


function runResizeFlash(){
//	alert(pluginlist.indexOf("Flash"));
//!((navigator.plugins && navigator.plugins["Shockwave Flash"]) || navigator.plugins["Shockwave Flash 2.0"])==false
/*pluginlist.indexOf("Flash")!=-1*/
var params = {  bgcolor: "#000000" };
	if( screen.availHeight < 780 ) {
		swfobject.embedSWF("flash/loader.swf", "suggestion", "649", "230", "7.0.0",false,false,params,false);
		
	}
	else {
		swfobject.embedSWF("flash/loader.swf", "suggestion", "863", "306", "7.0.0",false,false,params,false);
	}		

}


function detectWin(){	

	var navovj = this.document.getElementById('main_navigation_holder');
	navovj.style.marginTop='273px';
	navovj.style.Zindex='10';
	
	
	var nav2ovj = this.document.getElementById('secondary_navigation_holder');
	nav2ovj.style.top='-376px';

	var formovj = this.document.getElementById('tools_div');
	formovj.style.minWidth='860px';
	
	var banneronj = this.document.getElementById('banner');
	var IE = /*@cc_on!@*/false;
	if(!IE){
		banneronj.setAttribute("class", "indexhome");
	}else{
		banneronj.setAttribute("className", "indexhome");  
	}
	banneronj.style.height = "230px";
	banneronj.style.backgroundImage='url(images/banner-home-ext1024.gif)';
	banneronj.style.backgroundRepeat='repeat-x';
}