// JavaScript Document
document.writeln("<SCRIPT type=text\/javascript>");
document.writeln("var img=new Array();");
document.writeln("var txt=new Array();");
document.writeln("var lnk=new Array();");
document.writeln("");
document.writeln("img[0]=\'\/UploadFiles\/1.jpg\'");
document.writeln("lnk[0]=escape(\'\');");
document.writeln("txt[0]=\'\';");
document.writeln("");
document.writeln("img[1]=\'\/UploadFiles\/2.jpg\'");
document.writeln("lnk[1]=escape(\'\');");
document.writeln("txt[1]=\'\';");
document.writeln("");
document.writeln("img[2]=\'\/UploadFiles\/3.jpg\'");
document.writeln("lnk[2]=escape(\'\');");
document.writeln("txt[2]=\'\';");

document.writeln("");
document.writeln("img[3]=\'\/UploadFiles\/4.jpg\'");
document.writeln("lnk[3]=escape(\'\');");
document.writeln("txt[3]=\'\';");


document.writeln("");
document.writeln(" var focus_width=732;");
document.writeln(" var focus_height=189;");
document.writeln(" var text_height=0;");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("var swf_height = focus_height+text_height;");
document.writeln("");
document.writeln("var pics=img.join(\"|\");");
document.writeln("var links=lnk.join(\"|\");");
document.writeln("var texts=txt.join(\"|\");");
document.writeln(" ");
document.writeln(" document.write(\'<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"[url]http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6[\/url],0,0,0\" width=732 height=189>\');");
document.writeln("document.write(\'<param name=\"allowScriptAccess\" value=\"sameDomain\"><param name=\"movie\" value=\"\/flash\/pixviewer.swf\"><param name=\"quality\" value=\"high\"><param name=\"bgcolor\" value=\"#ffffff\">\');");
document.writeln("document.write(\'<param name=\"menu\" value=\"false\"\/><param name=\"wmode\" value=\"transparent\"\/>\');");
document.writeln("document.write(\'<param name=\"FlashVars\" value=\"pics=\'+pics+\'&links=\'+links+\'&texts=\'+texts+\'&borderwidth=\'+focus_width+\'&borderheight=\'+focus_height+\'&textheight=\'+text_height+\'\">\');");
document.writeln("document.write(\'<embed src=\"\/flash\/pixviewer.swf\" wmode=\"transparent\" FlashVars=\"pics=\'+pics+\'&links=\'+links+\'&texts=\'+texts+\'&borderwidth=\'+focus_width+\'&borderheight=\'+focus_height+\'&textheight=\'+text_height+\'\" menu=\"false\" bgcolor=\"#ffffff\" quality=\"high\" width=\"\'+ focus_width +\'\" height=\"\'+ focus_height +\'\" allowScriptAccess=\"sameDomain\" type=\"application\/x-shockwave-flash\"  pluginspage=\"[url]http:\/\/www.macromedia.com\/go\/getflashplayer[\/url]\" \/>\');");
document.writeln("document.write(\'<\/object>\');    <\/SCRIPT>")
