function popup(theurl,w,h){
	window.open(theurl,'cc','width='+w+',height='+h+',status=1,resizable=1,scrollbars=1');
}
function gallery(theurl,w,h){
	mywin = window.open(theurl,'gallery','width='+w+',height='+h+',status=1,resizable=0,scrollbars=0');
}

