
function opna_Glugga(href)
{
	  Gluggi = window.open( href, "g", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=200, height=200,top=50,left=50");
}

function opna_editGlugga(href)
{
	  Gluggi = window.open( href, "g", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=640, height=540,top=50,left=50");
}

function popUp(fil) {
 window.open(fil ,'popup','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no,width=470,height=550');
}