var common = 'css/';

if(navigator.userAgent.toUpperCase().indexOf('WIN') != -1){
	with ( document ) {
		write ( '<LINK REL="stylesheet" ' );
		write ( 'TYPE="text/css" ' );
		write ( 'HREF="' + common + 'user_win.css">' );
	}
} else {
	with ( document ) {
		write ( '<LINK REL="stylesheet" ' );
		write ( 'TYPE="text/css" ' );
		write ( 'HREF="' + common + 'user_etc.css">' );
	}
}

with ( document ) {
	write ( '<LINK REL="stylesheet" ' );
	write ( 'TYPE="text/css" ' );
	write ( 'HREF="' + common + 'print.css\""+ media="print"');
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  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);

function guideWin(myURI){
	var guide = window.open(myURI , "guide", "height=660,width=630,resizable=1,scrollbars=1,status=0,toolbar=0,menubar=0,location=0");
	guide.focus();
	//document.write(myURI);//dgb
}



