function openPic(info) {
    file = "image.php?pic="+info;
	windowname = "image";
	windowdesc = "width=100,height=100,resizable=no,scrollbars=no,statusbar=no";
	window.open(file, windowname, windowdesc);
}
function jukebox() {
	pupuntahan="entertainment/midi/jukebox.html"
	bintana ="CHROMELESSWIN"
	haba="252";
	taas="117";
	windowCERRARa 		= "entertainment/midi/chrome/close_a.gif"
	windowCERRARd 		= "entertainment/midi/chrome/close_d.gif"
	windowCERRARo 		= "entertainment/midi/chrome/close_o.gif"
	windowNONEgrf 		= "entertainment/midi/chrome/none.gif"
	windowCLOCK		= "entertainment/midi/chrome/clock.gif"
	windowREALtit		= "&nbsp;eom :: jukebox"
	windowTIT 	    	= "<font face=tahoma size=1><b>&nbsp;&nbsp;eom :: jukebox</b></font>"
	windowBORDERCOLOR   	= "#000000"
	windowBORDERCOLORsel	= "#999999"
	windowTITBGCOLOR    	= "#999999"
	windowTITBGCOLORsel 	= "#333333"
	openchromeless(pupuntahan, bintana, haba, taas, windowCERRARa, windowCERRARd, windowCERRARo, windowNONEgrf, windowCLOCK, windowTIT, windowREALtit , windowBORDERCOLOR, windowBORDERCOLORsel, windowTITBGCOLOR, windowTITBGCOLORsel)
}
function jukeboxwin() {
	window.open("entertainment/midi/jukebox.html", "jukebox", "width=252,height=117,resizable=no,scrollbars=no")
}
