var width = '315'
var height = '85'
var src = 'Images/tour.swf'
var ctrlvalue=document.getElementById("ctl00_ContentPlaceHolder1_hFileName").value;
var ctrlTitle=document.getElementById("ctl00_ContentPlaceHolder1_lblTourDetailTitle").innerHTML;
var queries = '?sMP3Path=' +ctrlvalue +'&title='+ ctrlTitle+''
var l1 = '<embed src="'+src+queries+'" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed>'
document.write(l1)



