function featuredHome1(flashVars) {
var strString = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width=680 height=350><param name=movie value="images/featured.swf"><param name="FlashVars" value="' + flashVars + '"><param name=quality value=high><param name="wmode" value="transparent"><embed src="images/featured.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" FlashVars="' + flashVars + '" type="application/x-shockwave-flash" width=680 height=350></embed></object>';
document.write (strString);
// alert (strString);
}

function video1() {
var strString = '<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=400 height=300><param name=movie value="video/xlr8-splice-termination.swf"><param name=quality value=high><param name="wmode" value="transparent"><embed src="video/xlr8-splice-termination.swf" quality=high wmode="transparent" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width=400 height=300></embed></object>';
document.write (strString);
// alert (strString);
}

function showDIV(nameDIV) {
document.getElementById(nameDIV).style.visibility = "visible";
}

function hideDIV(nameDIV) {
document.getElementById(nameDIV).style.visibility = "hidden";
}
