STYLE_TAG = '';



if (PLATFORM_NAME == 'Windows' && (BROWSER_NAME == 'InternetExplorer' || BROWSER_NAME == 'Netscape' || BROWSER_NAME == 'Opera')) {
	STYLE_TAG += '<link rel="stylesheet" type="text/css" href="cssw.css">\n';
}
else { STYLE_TAG += '<link rel="stylesheet" type="text/css" href="css.css">\n'; }

document.write(STYLE_TAG);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
  }