// JavaScript Document
//js window pop-up yn5
function openpopup(){
var popurl ="http://www.garuda-indonesia.com/webmodules/boarding_pass/Mainmenu.htm";
winpops=window.open(popurl,"","width=700,height=600,scrollbars=yes,toolbar=yes,resizable=yes,screenX=155,screenY=10,top=10,left=40")
}

function openpoplus(){
var popurl = "webmodules/garuda-plusplus/index.php";
winpops=window.open(popurl,"","width=700,height=600,scrollbars=yes,toolbar=yes,resizable=yes,screenX=155,screenY=10,top=10,left=40")
};

function openpopmag(){
var popurl = "http://www.garudamagazine.com";
winpops=window.open(popurl)
};

function belasungkawa(){
var popurl = "dukacita/duakcita.php";
winpops=window.open(popurl,"dukacita","width=800,height=600,scrollbars=yes,toolbar=no,resizable=no,screenX=155,screenY=10,top=10,left=10")
};