var imgbg="#ffffcc"
var wintitle="Seminari Menengah Roh Kudus, Tuka - Bali"
var win;
function popUp(imgpath, name, popwidth, popheight, textdescription) {
var winattrib='width='+popwidth+',height='+popheight+',scrollbars=yes,resizable=yes,left='+'0'+',top='+'0'
var bodyattrib='background="'+imgbg+'", bgcolor="'+imgbg+'"'
win=window.open("","",winattrib)
win.document.open()
win.document.write('<html><title>'+wintitle+'</title><body '+bodyattrib+'><CENTER><img src="'+imgpath+'" style="margin-bottom: 0.5em"></CENTER><center><font FACE="Arial" SIZE="3" color="#993300"><b>Seminari Menengah Roh Kudus, Tuka - Bali</b><br>'+textdescription+'</font><br><font FACE="Arial" SIZE="2" color="#993300"><A HREF="#" onClick="self.close()">Close Window</A></font></center></body></html>')
win.document.close()
win.focus();
return false;
}

