function ShowFlashMenu(strSrc, strWidth, strHeight) 
{
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='"+strWidth+"' height='"+strHeight+"'>");
document.write("<param name='movie' value='"+strSrc+"'>");
document.write("<param name='quality' value='high'>");
document.write("<PARAM NAME='wmode' VALUE='transparent'>");
document.write("<param name='bgcolor' value='#000000'>");
document.write(" <embed src='"+strSrc+"' quality='high' WMODE='transparent' bgcolor='#000000' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+strWidth+"' height='"+strHeight+"'></embed></object>");
}

function ShowFlashBanner(strSrc, strWidth, strHeight) 
{
document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='"+strWidth+"' height='"+strHeight+"'>");
document.write("<param name='movie' value='"+strSrc+"'>");
document.write("<param name='quality' value='high'>");
document.write(" <embed src='"+strSrc+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+strWidth+"' height='"+strHeight+"'></embed></object>");
}

function ShowOCX(strSeedString, strURL, strGrpId)
{
document.write("<OBJECT id=GrpImgUploader style='LEFT: 0px; TOP: 0px' height=380 width=566 classid='clsid:124E4878-B81E-485F-BDF3-6440F993D741'>");
document.write("<PARAM NAME='SeedString' VALUE='"+strSeedString+"'>");
document.write("<PARAM NAME='URL' VALUE='"+strURL+"'>");
document.write("<PARAM NAME='Port' VALUE='5235'>");
document.write("<PARAM NAME='UserID' VALUE='"+strGrpId+"'>");
document.write("<PARAM NAME='GrpType' VALUE='-1'></OBJECT>");
}

