﻿

function writeFlashBannerHomePage()
{
    var setswf = "images/FlashBanner9.swf" 
     var so = new SWFObject(setswf , "flashHome", "1024", "450", "8", "transparent") 
     so.write("flashHome") 
}
function writeFlashBanner() {

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"')
document.write('WIDTH="1024" HEIGHT="450" id="FlashBanner"><PARAM NAME=movie VALUE="images/FlashBanner9.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#00CCFF>')
document.write('<EMBED src="images/FlashBanner9.swf" quality=high bgcolor=#00CCFF WIDTH="1024" HEIGHT="450"')
document.write('NAME="FlashBanner" ALIGN="" TYPE="application/x-shockwave-flash"')
document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>'); 

} 

function writeFlashBannerImage()
{
document.write('<img name="flashBanner" src="images/FlashBanner.jpg" width="1024" height="600" border="0" usemap="#flashBanner" alt="">'); 
document.write('<map name="flashBanner">'); 
document.write('<area shape="circle" coords="135,69, 47" href="ProductDetail.aspx?p=4" alt="" >'); 
document.write('<area shape="circle" coords="910,306, 47" href="ProductDetail.aspx?p=12" alt="" >'); 
document.write('<area shape="circle" coords="366,71, 47" href="ProductDetail.aspx?p=1" alt="" >'); 
document.write('<area shape="circle" coords="549,89, 47" href="ProductDetail.aspx?p=3" alt="" >'); 
document.write('<area shape="circle" coords="629,216, 47" href="ProductDetail.aspx?p=14" alt="" >'); 
document.write('<area shape="circle" coords="742,93, 47" href="ProductDetail.aspx?p=10" alt="" >'); 
document.write('<area shape="circle" coords="790,217, 47" href="ProductDetail.aspx?p=11" alt="" >'); 
document.write('<area shape="circle" coords="940,82, 47" href="ProductDetail.aspx?p=7" alt="" >'); 
document.write('<area shape="circle" coords="396,331, 47" href="ProductDetail.aspx?p=15" alt="" >'); 
document.write('<area shape="circle" coords="525,478, 47" href="ProductDetail.aspx?p=22" alt="" >'); 
document.write('<area shape="circle" coords="581,353, 47" href="ProductDetail.aspx?p=19" alt="" >'); 
document.write('<area shape="circle" coords="689,460, 47" href="NewProducts.aspx" alt="" >'); 
document.write('<area shape="circle" coords="797,392, 47" href="ProductDetail.aspx?p=17" alt="" >'); 
document.write('<area shape="circle" coords="942,462, 47" href="ProductDetail.aspx?p=13" alt="" >'); 
document.write('<area shape="circle" coords="314,189, 47" href="ProductDetail.aspx?p=5" alt="" >'); 
document.write('<area shape="circle" coords="100,236, 47" href="ProductDetail.aspx?p=6" alt="" >'); 
document.write('<area shape="circle" coords="214,378, 47" href="ProductDetail.aspx?p=9" alt="" >'); 
document.write('<area shape="circle" coords="73,480, 47" href="ProductDetail.aspx?p=2" alt="" >'); 
document.write('<area shape="circle" coords="226,522, 47" href="ProductDetail.aspx?p=20" alt="" >');  
document.write('</map>'); 
}
