function flashObj(swfsrc,width,height){ 
	document.getElementById("flashcontent").innerHTML = "";
	var divinfo  = "";
			divinfo = '<embed src="gallery/' + swfsrc + '.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash" width="'+ width + '" height="' + height + '"></embed>';
		
 
	document.getElementById("flashcontent").innerHTML = divinfo;
}