function embed_tag(file,width,height){
	document.write('<embed src='+ file +' width=' + width + ' height=' + height + '<embed>');
}



