// JavaScript Document
function writeflash2(hyperlink,width,height,value){
	
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"" + width + "\" height=\"" + height + "\" id=\"gallery\">");
    document.write("<param name=\"movie\" value=\"" + hyperlink + "\">");
    document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"loop\" value=\"false\">")
	document.write("<param name=\"Flashvars\" value=\"selected_id=" + value + "\">")
	document.write("<param name=\"wmode\" value=\"transparent\">")
    document.write("<embed swliveconnect=\"true\" name=\"gallery\" id=\"gallery\" src=\"" + hyperlink + "\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" wmode=\"transparent\" type=\"application\/x-shockwave-flash\" loop=\"false\" Flashvars=\"selected_id=" + value + "\" width=\"" + width + "\" height=\"" + height + "\"></embed>");
    document.write("</object>");

}

function writeflash3(hyperlink,width,height){
	
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"" + width + "\" height=\"" + height + "\" id=\"Ad\">");
    document.write("<param name=\"movie\" value=\"" + hyperlink + "\">");
    document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"wmode\" value=\"transparent\">")
    document.write("<embed swliveconnect=\"true\" name=\"Ad\" src=\"" + hyperlink + "\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" wmode=\"transparent\" type=\"application\/x-shockwave-flash\" width=\"" + width + "\" height=\"" + height + "\"></embed>");
    document.write("</object>");

}

function writeflash4(hyperlink,width,height,value){
	
	document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"" + width + "\" height=\"" + height + "\" id=\"header\">");
    document.write("<param name=\"movie\" value=\"" + hyperlink + "\">");
    document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"loop\" value=\"false\">")
	document.write("<param name=\"wmode\" value=\"transparent\">")
    document.write("<embed swliveconnect=\"true\" name=\"header\" id=\"header\" src=\"" + hyperlink + "\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" wmode=\"transparent\" type=\"application\/x-shockwave-flash\" loop=\"false\" width=\"" + width + "\" height=\"" + height + "\"></embed>");
    document.write("</object>");

}
