
function CreateControl(id, width, height, url) {
    var did = document.getElementById(id);

    did.innerHTML = '<object type="application/x-shockwave-flash" data="' + url +
	'" width="' + width + '" height="' + height + '">' +
	'<param name="movie" value="' + url + '">' +
	'</object>';
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);}