function pagesize(url, h, w, t, s) {
    page=window.open(url,"page","height="+h+",width="+w+",toolbar="+t+",status="+s+",menubar=0,scrollbars=1,resizable=1,screenX=3,left=3,screenY=3,top=3")
    page.window.focus();
    if ( page.document.close() ) {
    page.document.close()
 }                       
}
function showpage(url) {
    page=window.open(url,'page','menubar=0,scrollbars=1,status=0,resizable=1,width=465,height=400,screenX=3,left=3,screenY=3,top=3')
    page.focus();
}
function donothing() {}
function _Show_Item_(url) {}
function overtext(msg){
	window.status=msg
}
function outtext(msg){
	window.status=msg
}
function skip(){ 
		for (H=0; H<=2500; H++);
				window.scroll(H,0); 
}
function sendaisle() {
document.write('<CENTER><FONT SIZE=-1><A HREF="mailto:&#32;?subject='+document.title+'&body=Check out&nbsp;'+document.title+' '+document.location+'">Send Page</A></FONT></CENTER>');
}
function go(){
location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value
}
