function show_ly(){}
function img_button(){}
function hide_all(){}

function entry_livebutton(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="../js1/button.js"></');
		document.write('SCRIPT>');
	}
}
function entry_data_livebutton(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="../jsdb1/data_button.js"></');
		document.write('SCRIPT>');
	}
}
function entry_popup(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="../js1/popup.js"></');
		document.write('SCRIPT>');
	}
}
function entry_data_popup(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="../jsdb1/data_popup.js"></');
		document.write('SCRIPT>');
	}
}
nbrowser=-1;
function check_browser(){
	get_browser();
	if (browser.name ==  "Microsoft Internet Explorer")   nbrowser=1;
	if (browser.name ==  "Navigator Netscape") nbrowser=0;
}
function hide_div(ly){
	if (nbrowser==1) document.all[ly].style.visibility="hidden";
	if (nbrowser==0) document[ly].visibility="hidden";
}
function show_div(ly){
	if (nbrowser==1) document.all[ly].style.visibility="inherit";
	if (nbrowser==0) document[ly].visibility="inherit";
}
function openpopup(url,target,w,h,l,t){
	tmp ="toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width="+w+",height="+h+",left="+l+",top="+t;
	var meja=window.open(url,target,tmp);
	meja.focus(target);
}
function openimg(imgsrc,w,h,l,t,title,dir){
	
	var new_content='<HTML><HEAD><TITLE>'+title+'</TITLE></HEAD><BODY BGCOLOR="black" LEFTMARGIN=0 TOPMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0><img alt="Klik Mouse Paling Kanan Untuk Download --> Save Picture As" src="'+dir+'/'+imgsrc+'.jpg" border=0 width="'+w+'" height="'+h+'"></BODY></HTML>';
		
	tmp ="toolbar=no,directories=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=yes,width="+w+",height="+h+",left="+l+",top="+t;
	var meja=window.open("","IMAGE",tmp);
	meja.focus();
	
	meja.document.open();
	meja.document.write(new_content);
	meja.document.close();
	
	
}
function def_width(w1,w2){
	check_browser();
	if (nbrowser==0) w=w1;
	if (nbrowser==1) w=w2;
	img='<img src="images/blank.gif" border="0" height="1" width="'+w+'">';
	document.write(img);
	
}

function entry_local_date(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="../js1/local_date.js"></');
		document.write('SCRIPT>');
	}
}
