function printpage(page) { 
	window.open("../print.php?id="+page,"print","width=584,height=400,top="+((screen.height/2)-(400/2))+",left="+((screen.width/2)-(584/2))+",toolbar=no,scrollbars=yes,resizable=yes,menubar=yes,status=no,directories=no,location=no");
}
function sendpage(page,name) { 
	window.open("../send.php?p="+page+"&clanok="+name,"send","width=400,height=380,top="+((screen.height/2)-(380/2))+",left="+((screen.width/2)-(400/2))+",toolbar=no,scrollbars=no,resizable=yes,menubar=no,status=no,directories=no,location=no");
}
function popup(image) { 
	window.open("inc/popup.php?"+image, "Popup", "resizable=0,height=1,width=1,top=0,left=0");
}