function winOpen( theUrl, nHt, nWth ){	window.open(theUrl,"window_name","location,height=" + nHt + " ,width=" + nWth);}function createFooter( ){		document.write( "<P><CENTER><FONT SIZE='-1' FACE='Arial'> ");	document.write(	"<A HREF='default.html'>home</A>&nbsp;|&nbsp; ");		document.write(	"  <A HREF='2001.html'>calendar</A>&nbsp;|&nbsp; " );	document.write(	"  <A HREF='gear.html'>The gear</A>&nbsp;|&nbsp; " );	document.write(	"  <A HREF='support.html'>orders</A>&nbsp; " );	document.write(	"  <BR> " );	document.write(	"  <A HREF='jupiter.html'>books</A>&nbsp;|&nbsp; " );	document.write(	"  <A HREF='sponsors.html'>sponsors</A>&nbsp; |&nbsp; " );	document.write(	"  <A HREF='links.html'>related links</A>&nbsp; |&nbsp; " );	document.write(	"  <A HREF='movie.html'>the movie</A>&nbsp;  " );}