function createobject(objectid, width, height, idtag) {
	document.getElementById(idtag).innerHTML = "<object type=\"application/x-shockwave-flash\" width=\"" + width + "\" height=\"" + height + "\" data=\""+objectid+"\"><param name=\"quality\" value=\"best\"><param name=\"menu\" value=\"false\"><param name=\"wmode\" value=\"transparent\" /><param name=\"movie\" value=\"" + objectid + "\" /></object>";

}