var NS4 = (document.layers) ? 1 : 0;var IE4 = (document.all)&&navigator.userAgent.indexOf("Opera")==-1 ? 1 : 0;var W3C = (document.getElementById) ? 1 : 0;function show(file){	window.location = "index.php?sec=show&file="+file;}function goto(URL){	window.open(URL);}function sitemap(URL, lang){	var expdate = new Date ();	FixCookieDate (expdate);	expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 30));	SetCookie ("lang", lang, expdate, '/');	window.location = URL;}