function WriteEmbed(emb_id){ 
document.write(document.getElementById(emb_id).value);
} 

function intra(){
	var width=window.document.body.offsetWidth;
	var height=window.document.body.offsetHeight;
	var val="flash_js/";
	window.open(val,"","width="+width+",height="+height+",toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes");
}