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