function openepisode(issue)
{
   abrirventana = window.open('',"Webisodes","width=800,height=600,toolbars=0,titlebar=0,status=0,menubar=0,scrollbars=1,resizable=1,left=0,top=0");
   abrirventana.document.write("<html><head><title>AwesomeStormJustice.com - Episode " + issue + "</title></head><body bgcolor='#FFFFFF' marginheigh='0' margintop='0' leftmargin='0' topmargin='0'><center>");
   abrirventana.document.write("<a href='../asj41episode" + issue + "/page1.htm'><img src='../asj41episode" + issue + "/cover.jpg' border='0'></a></body></center></html>");
   abrirventana.document.close();  
   abrirventana.focus();
}

function opensaiko(issue)
{
   abrirventana = window.open('',"Saiko","width=800,height=600,toolbars=0,titlebar=0,status=0,menubar=0,scrollbars=1,resizable=1,left=0,top=0");
   abrirventana.document.write("<html><head><title>AwesomeStormJustice.com - Saiko - Episode " + issue + "</title></head><body bgcolor='#FFFFFF' marginheigh='0' margintop='0' leftmargin='0' topmargin='0'><center>");
   abrirventana.document.write("<a href='../saiko" + issue + "/page1.htm'><img src='../saiko" + issue + "/cover.jpg' border='0'></a></body></center></html>");
   abrirventana.document.close();  
   abrirventana.focus();
}

function openorigin(issue)
{
   abrirventana = window.open('',"Webisodes","width=800,height=600,toolbars=0,titlebar=0,status=0,menubar=0,scrollbars=1,resizable=1,left=0,top=0");
   abrirventana.document.write("<html><head><title>AwesomeStormJustice.com - Awesome origin of " + issue + "</title></head><body bgcolor='#FFFFFF' marginheigh='0' margintop='0' leftmargin='0' topmargin='0'><center>");
   abrirventana.document.write("<a href='../o-" + issue + "/page1.htm'><img src='../o-" + issue + "/cover.jpg' border='0'></a></body></center></html>");
   abrirventana.document.close();  
   abrirventana.focus();
}

function openoriginvertical(issue)
{
   abrirventana = window.open('',"Webisodes","width=600,height=900,toolbars=0,titlebar=0,status=0,menubar=0,scrollbars=1,resizable=1,left=0,top=0");
   abrirventana.document.write("<html><head><title>AwesomeStormJustice.com - Awesome origin of " + issue + "</title></head><body bgcolor='#FFFFFF' marginheigh='0' margintop='0' leftmargin='0' topmargin='0'><center>");
   abrirventana.document.write("<a href='../o-" + issue + "/page1.htm'><img src='../o-" + issue + "/cover.jpg' border='0'></a></body></center></html>");
   abrirventana.document.close();  
   abrirventana.focus();
}

function opencustom(issue)
{
   abrirventana = window.open('',"Webisodes","width=890,height=600,toolbars=0,titlebar=0,status=0,menubar=0,scrollbars=1,resizable=1,left=0,top=0");
   abrirventana.document.write("<html><head><title>AwesomeStormJustice.com - Episode " + issue + "</title></head><body bgcolor='#FFFFFF' marginheigh='0' margintop='0' leftmargin='0' topmargin='0'><center>");
   abrirventana.document.write("<a href='../asj41episode" + issue + "/page1.htm'><img src='../asj41episode" + issue + "/cover.jpg' border='0'></a></body></center></html>");
   abrirventana.document.close();  
   abrirventana.focus();
}