function openPalace(url){
	window.open(url,'','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=657,height=1500');
}
