
// Internet Explorer
var ie = document.all != null; //ie4 and above
var ie5 = document.getElementById && document.all;
var ie6 = document.getElementById && document.all&&(navigator.appVersion.indexOf("MSIE 6.")>=0);


if(ie||ie5||ie6) document.styleSheets['css'].href = '/style_ie.css';

function changeCSS(name) {
	document.styleSheets['css'].href = name + '.css';
}


function showpic(id)

{

	openURL="/showpic.html?img="+id;

	window.open(openURL,'showimage','top=20,left=20,width=660,height=480,Toolbar=no,Location=no,Status=no,Menubar=no,Scrollbars=Yes,Resizable=No');

}



function popup(id)

{

	openURL="/help.html?id="+id;

	window.open(openURL,'help','top=50,left=50,width=300,height=200,Toolbar=no,Location=no,Status=no,Menubar=no,Scrollbars=Yes,Resizable=no');

}


