

function buka_window(theURL,W,H, wname) {
	CLOSEdwn 		= "images/close_dwn.gif"	<!-- image mouse down exit button -->
	CLOSEup 		= "images/close_ovr.gif"	<!-- image mouse up exit button -->
	CLOSEovr 		= "images/close_ovr.gif"	<!-- image mouse over exit button -->
	MINIdwn 		= "images/mini_dwn.gif"	<!-- ga tau yg ini mah -->
	MINIup 			= "images/mini_ovr.gif"	<!-- ga tau yg ini mah -->
	MINIovr 		= "images/mini_ovr.gif"	<!-- ga tau yg ini mah -->
	NONEgrf 		= "images/none.gif"	<!-- spacer image -->
	CLOCKgrf		= "images/clock.gif"	<!-- image ditampilkan disaat loading, setelah itu hidden(set ada di function setLAYOUT -->
	titHTML 	    	= "<font face=verdana size=2 color=#ffffff><b><center> .: Email ke Teman :.</b></center> </font>" 		<!-- teks pada title window -->
	titWIN			= "Epochtimes Indonesia" 		<!-- teks pada ie di status bar-->
	winBORDERCOLOR   	= "#666666"  		<!-- warna border window -->
	winBORDERCOLORsel	= "#666666"		<!-- warna border window on mouse drag-->
	winBGCOLOR    		= "#000000" 		<!-- warna pada title window -->
	winBGCOLORsel 		= "#999999" 		<!-- warna on press pada title window -->
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}
function buka_window1(theURL,W,H, wname) {
	CLOSEdwn 		= "images/close_dwn.gif"	<!-- image mouse down exit button -->
	CLOSEup 		= "images/close_ovr.gif"	<!-- image mouse up exit button -->
	CLOSEovr 		= "images/close_ovr.gif"	<!-- image mouse over exit button -->
	MINIdwn 		= "images/mini_dwn.gif"	<!-- ga tau yg ini mah -->
	MINIup 			= "images/mini_ovr.gif"	<!-- ga tau yg ini mah -->
	MINIovr 		= "images/mini_ovr.gif"	<!-- ga tau yg ini mah -->
	NONEgrf 		= "images/none.gif"	<!-- spacer image -->
	CLOCKgrf		= "images/clock.gif"	<!-- image ditampilkan disaat loading, setelah itu hidden(set ada di function setLAYOUT -->
	titHTML 	    	= "<font face=verdana size=2 color=#ffffff><b> Epochtimes Indonesia</b> </font>" 		<!-- teks pada title window -->
	titWIN			= "#hwa.ind homepage" 		<!-- teks pada ie di status bar-->
	winBORDERCOLOR   	= "#666666"  		<!-- warna border window -->
	winBORDERCOLORsel	= "#666666"		<!-- warna border window on mouse drag-->
	winBGCOLOR    		= "#000000" 		<!-- warna pada title window -->
	winBGCOLORsel 		= "#999999" 		<!-- warna on press pada title window -->
	mywin = openchromeless(theURL, wname, W, H, NONEgrf, CLOSEdwn, CLOSEup, CLOSEovr, MINIdwn, MINIup, MINIovr, CLOCKgrf, titHTML, titWIN, winBORDERCOLOR, winBORDERCOLORsel, winBGCOLOR, winBGCOLORsel)
}
function tutup() {
	if(top.window) {
		mywin.close();
	} 
}

