<!-- modify these variables -->

var id = 1157 ;
var name = "20 Below" ;
var date = "March 6, 2003   |" ;
var rolloverDescription =  "" ;

var less = (id - 1);
var more = (id + 1);

function prev()  
{
window.open("../"+less+"/toon.html", "body")
}


function next()  
{	
window.open("../"+more+"/toon.html", "body")
}


function archive()  {	
var newWin3 = window.open("../index.html", "archive", "status=yes,width=380,height=374,scrollbars=no, resizable=yes")
}


<!-- end modifiable variables -->