function viewStats() { 
	var winl = (screen.width - 810) / 2;
	var wint = (screen.height - 520) / 2;
	winprops = 'width=810,height=470,top=' + wint + ',left=' + winl + ',toolbar=no,location=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no';
	window.open('stats.htm', '', winprops); 
};

function popUp1() {
	html='<html><body topmargin=0 leftmargin=0><img src=\"img/'+document.img1.src+'.jpg'+'\" width=800 height=638></body></html>';	
	popupImage=window.open('','_blank','width=800,height=640,top=100,left=200,toolbar=no,location=no,directories=no,menubar=no,status=no,resizable=no,scrollbars=no');	
	popupImage.document.open();popupImage.document.write(html);popupImage.document.close();
}

function disp() {
	window.open("disp/", "disp", "width=700, height=500, left=0, top=0, resizable=no, scrollbars=yes");
};

