function popUp(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=620,height=500,alwaysRaised=1')")
width=(screen.width/2)-310
height=(screen.height/2)-280
fineline.window.moveTo(width,height)
}
function karta(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=640,height=640,alwaysRaised=1')")
width=(screen.width/2)-320
height=(screen.height/2)-320
fineline.window.moveTo(width,height)
}

function port(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=620 height=450,alwaysRaised=1')")
width=(screen.width/2)-310
height=(screen.height/2)-240
fineline.window.moveTo(width,height)
}

function land(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=600,height=800,alwaysRaised=1')")
width=(screen.width/2)-310
height=(screen.height/2)-240
fineline.window.moveTo(width,height)
}
function papa(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=620,height=950,alwaysRaised=1')")
width=(screen.width/2)-310
height=(screen.height/2)-475
fineline.window.moveTo(width,height)
}
function book(page) {
fineline=eval("window.open('"+page+"','fineline','toolbar=0,scrollbars=0,location=0,status=1,menubars=0,resizable=0, width=820,height=400,alwaysRaised=1')")
width=(screen.width/2)-410
height=(screen.height/2)-200
fineline.window.moveTo(width,height)
}
function poptastic(url)
{
	var newwindow;
	newwindow=window.open(url,'name','height=450,width=620 ,top=100, left=100, resizable=yes, status=yes');
	if (window.focus) {newwindow.focus()}
	newwindow.resizeTo(620,450);
	newwindow.moveTo(100,100);
}
function poptastic_b(url)
{
	var newwindow;
	newwindow=window.open(url,'name','height=350,width=590 ,top=100, left=100, resizable=yes, status=yes');
	if (window.focus) {newwindow.focus()}
	newwindow.resizeTo(650,400);
	newwindow.moveTo(100,100);
}