/*******************************************************************************

'style.js', by Professional Solutions

popup window routines

Permission is granted to use and modify this script for any purpose,
provided that this credit header is retained, unmodified, in the script.


*******************************************************************************/


<!--
if(-1 != navigator.userAgent.indexOf("MSIE")) {
	// Internet Explorer
	document.write('<link rel="stylesheet" type="text/css" href="style.css">');

} else if (-1 != navigator.userAgent.indexOf("Mozilla")) {
	// Netscape
	document.write('<link rel="stylesheet" type="text/css" href="mozilla.css">');

} else if (-1 != navigator.userAgent.indexOf('Opera')) {
	// Opera
	document.write('<link rel="stylesheet" type="text/css" href="opera.css">');

} else {
	// other
	document.write('<link rel="stylesheet" type="text/css" href="style.css">');
}

//-->


