var newwindow;
function avaakuva(url) {
	topVal = (screen.height-530) / 2;
	leftVal = (screen.width-750) / 2;
	newwindow=window.open(url,'hotelliurku','width=750,height=530,left='+leftVal+',top='+topVal+'');
	if (window.focus) {newwindow.focus()}
}