function createFlashdiv(argLID,argCompanyId,argBidId,argPGID,argCampaignType,argBidType,e,istatus){var ni = document.getElementById("flashme"+istatus);
var newdiv = document.createElement('div');
var divIdName = "flashcontent"+istatus;
newdiv.setAttribute('id',divIdName);
newdiv.innerHTML = "You either have JavaScript turned off or an old version of Macromedia's Flash Player. "
newdiv.innerHTML =" <a href='http://www.macromedia.com/go/getflashplayer/' target='_blank'>Get the latest Flash player.</a>";
ni.appendChild(newdiv);
so = new SWFObject("http://video.superpages.com/vts/video/companyId="+argCompanyId+"&listingId="+argLID+
"&phoneNumber=&campaignType="+argCampaignType+"&bid="+argBidId+"&bidType="+argBidType+
"&PGID="+argPGID, "mymovie", "360", "355", "8");
so.write("flashcontent"+istatus);
}
function stopAndCloseVideo() {
var lyr = document.getElementById('flashcontent');
MM_showHideLayers('videocontainerbp','','hide');
if (lyr != null)
lyr.innerHTML='';
}
function changeZindex(z) {
if (document.getElementById('videoposition') != null)
document.getElementById('videoposition').style.zIndex=z;
}