
/* Manually Set Screen Resolution */
<!--

if (screen.width <= 800) {

	document.write('<style type="text/css">#container { min-width: 1000px; width: 1000px; } </style>');

} else {

	document.write('<style type="text/css">#container { min-width: 1000px; width: 1000px; } </style>');

}

//-->

<!-- SAFARI FIX

var iVer = parseInt(navigator.appVersion);
var sName = navigator.appName;

if (sName == 'Safari') {
	document.write('<style type="text/css">#sidebar-b { clear: right; float: right; font-size: 8pt; text-align: right; margin: 0; margin-bottom: 3px; background-color: #CCC; width:17%; } #container { min-width: 1000px; width: 1000px; }</style>');

}



//-->