// function to display flash media explorer

function displayMediaExplorer(xmlid,w,h){
	document.write("<div id="+xmlid+">Please install the Adobe Flash Player to view this content.</div>");
	swfobject.embedSWF("/images/flash/media_explorer/swf/media_explorer.swf", xmlid, w, h, "9.0.0", "http://sharedjs.nmspace.net/swfobject/2.0/expressInstall.swf", { instanceId: xmlid },{wmode: "transparent" });
}

//function to resize flash object

function expandObject(id,h){
	document.getElementById(id).height = h;
}
