function MM_reloadPage(init) {
if (init==true) with (navigator) {
	if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
		document.MM_pgW=innerWidth;
		document.MM_pgH=innerHeight;
		onresize=MM_reloadPage;
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
	}
MM_reloadPage(true);

var ie = (navigator.appName.indexOf("Microsoft") > -1);
var ns = (navigator.appName.indexOf("Netscape") > -1);
var Mac = (navigator.appVersion.indexOf("Mac") != -1);

url = "/css/";
if (Mac) {
	if (ie) style="style_ie.css";
	if (ns) style="style_ns.css";
} else {
	if (ie) style="style_ie.css";
	if (ns) style="style_ns.css";
}
document.write('<link type="text/css" rel="stylesheet" href="'+url+style+'">'); 
