window.onload=init;
function $$(o){ return document.getElementById(o);}
function init(){
	if($$('flashdiv')) {
		$$('flashdiv').innerHTML='<object width="940" height="134"><param name="movie" value="./includes/elcom.swf"></param><param name="wmode" value="transparent"></param><embed src="./includes/elcom.swf" type="application/x-shockwave-flash" wmode="transparent" width="940" height="134"></embed></object>';
	}
	else {
		if($$('rightdiv')) {
		$$('rightdiv').style.position="absolute";
		$$('rightdiv').style.top="110px";	}
		if($$('footer')) {
		$$('footer').style.top="650px";	
		}
	}	
	Nifty("div#emaildiv","small");
	Nifty("div#titlerow","small");
	Nifty("div#searchid","small");
	Nifty("div#contactusdiv","small");
}