function gallery(url){
	ss = window.open(url,"","width=680,height=630,status=no,toolbar=no,location=no,scrollbars=no,resizable=no");
	ss.moveTo((screen.width-680)/2,(screen.height-630)/2);
}


function w(url,width,height){
	ss = window.open(url,"","width="+width+",height="+height+",status=no,toolbar=no,location=no,scrollbars=no,resizable=no");
	ss.moveTo((screen.width-width)/2,(screen.height-height)/2);
}


function program(url){
	ss = window.open(url,"","width=680,height=630,status=no,toolbar=no,location=no,scrollbars=no,resizable=no");
	ss.moveTo((screen.width-680)/2,(screen.height-630)/2);
}
