var win = null;
function Regiony(mypage){
	LeftPosition = (screen.width) ? (screen.width-800)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-380)/2 : 0;
	settings = 'height=380,width=800,top='+TopPosition+',left='+LeftPosition+',scrollbars=no,resizable=no';
	win = window.open(mypage,'regiony',settings);
}
