function checkCount(n,w,h,l,sl) {
	windowprops = "width="+w+",height="+h+",location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
	page = "\gmeonline.php?fl="+n+"&g="+l+"&sl="+sl;
	window.open(page, "", windowprops);
}
function openwin(n1,w1,h1,n2) {
	windowprops1 = "width="+w1+",height="+h1+",location=no,toolbar=no,menubar=no,scrollbars="+n2+",resizable=no";
	page1 = n1;
	window.open(page1, "", windowprops1);
}
function openmail(n2,w2,h2,t2) {
	windowprops2 = "width="+w2+",height="+h2+",location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
	page2 = n2+"?title="+t2;
	window.open(page2, "", windowprops2);
}

