function galleryOpen(pageURL, frameName)
	{
	w = window.open('../gallery/gallery.php?list=' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=790,width=900,resizable=yes,left=0,top=0,screenx=0,screeny=0");
	for(i=0;i<10;i++)
	{
	w.focus();
	}
}


function galleryOpen2(pageURL, frameName)
	{
	w = window.open('../gallery2/main.php?g2_itemId=' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=790,width=970,resizable=yes,left=0,top=0,screenx=0,screeny=0");
	for(i=0;i<10;i++)
	{
	w.focus();
	}
}


<!-- ei käytössä -->
function formOpen(pageURL, frameName)
	{
	w = window.open('' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=570,width=460,resizable=yes,left=0,top=0,screenx=0,screeny=0");
	}


function printOpen(pageURL, frameName)
	{
	w = window.open('../fi/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=yes,status=no,location=no,height=550,width=750,resizable=yes");
	}
function printOpen2(pageURL, frameName)
	{
	w = window.open('../en/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=yes,status=no,location=no,height=550,width=750,resizable=yes");
	}


function imgOpen(pageURL, frameName) {
w = window.open('../images/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=360,width=360,resizable=yes,left=0,top=0,screenx=0,screeny=0");
for(i=0;i<10;i++)
	{
	w.focus();
	}
}

function imgOpen2(pageURL, frameName) {
w = window.open('../com/img/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=460,width=460,resizable=yes,left=0,top=0,screenx=0,screeny=0");
for(i=0;i<10;i++)
	{
	w.focus();
	}
}

function winOpen(pageURL, frameName)
	{
	w = window.open('/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=yes,status=no,location=no,height=550,width=750,resizable=yes");
	}
	
	




function pdfOpen(pageURL, frameName) {
w = window.open('../com/pdf/' + pageURL, frameName, "scrollbars=yes,toolbar=no,menubar=no,status=no,location=no,height=500,width=700,resizable=yes,left=0,top=0,screenx=0,screeny=0");
for(i=0;i<10;i++)
	{
	w.focus();
	}
}
