
/*Erase Dotted Line*/

function eraseDottedLine() {
if(document.all){
var tags=document.all.tags("a")
for (var i=0;i<tags.length;i++)
tags(i).outerHTML=tags(i).outerHTML.replace(">"," hidefocus=true>")}
}

/*Flash**/

function FlashWrite(fl_url,fl_id,fl_w,fl_h,fl_t){
	StrFlash = "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width="+fl_w+" height="+fl_h+" id="+fl_id+"><param name=allowScriptAccess value=sameDomain ><param name=wmode value="+fl_t+" /><param name=movie value="+fl_url+" /><param name=quality value=high /><embed src="+fl_url+" quality=high wmode="+fl_t+" allowScriptAccess=sameDomain type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" width="+fl_w+" height="+fl_h+"></embed></object>";
	document.write(StrFlash);
}
