function img_button(){}; 
function show_ly(){}; 
function show_ly2(){}; 
function img_photo(){};
function hide_all(){};

function entry_livebutton(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="js/button.js"></');
		document.write('SCRIPT>');
	}
}
function entry_data_livebutton(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_button.js"></');
		document.write('SCRIPT>');
	}
}

function entry_dynmenu(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="js/dynmenu.js"></');
		document.write('SCRIPT>');
	}
}
function entry_photo(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="js/photo.js"></');
		document.write('SCRIPT>');
	}
}
function entry_data_photo(){
	get_browser();
	if (signe_browser==1 && browser.version > 399) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_photo.js"></');
		document.write('SCRIPT>');
	}
}

function entry_popup(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="js/popup.js"></');
		document.write('SCRIPT>');
	}
}
function entry_data_popup(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_popup.js"></');
		document.write('SCRIPT>');
	}
}
function entry_menuleft(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_menuleft.js"></');
		document.write('SCRIPT>');
	}
}
function entry_find(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_find.js"></');
		document.write('SCRIPT>');
	}
}


function entry_copyright(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_copyright.js"></');
		document.write('SCRIPT>');
	}
}


function entry_indocom(){
	get_browser();
	if (signe_browser==1 && browser.version > 299) {
		document.write('<SCRIPT LANGUAGE="javascript" SRC="jsdb/data_indocom.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";
}