// PRELOADING IMAGES
if (document.images) {
 img_on =new Image();  img_on.src ="basepics/subdown.jpg"; 
 img_off=new Image();  img_off.src="basepics/sub.jpg"; 
}

function handlePress() { 
 if (document.images) document.subscribe.src=img_on.src;
}

function handleRelease() {
 if (document.images) document.subscribe.src=img_off.src;
}

function newwindow() 
{ 
window.open('http://www.gofermag.com/tandc.html','jav','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=500,left = 15,top = 30'); 
}
