function embedFlash(url, w, h) {
	document.write('<object width=' + w + ' height=' + h + ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">');
	document.write('<param name="movie" value="' + url + '">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="' + url + '" width=' + w + ' height=' + h + ' quality="high" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash"></embed>');
	document.write('</object><br>');
}

function embedFlash2(url, w, h) {
	document.write('<object width=' + w + ' height=' + h + ' classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">');
	document.write('<param name="movie" value="' + url + '">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="bgcolor" value="#333333" >');
	document.write('<embed src="' + url + '" width=' + w + ' height=' + h + ' quality="high" bgcolor="#333333" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" TYPE="application/x-shockwave-flash"></embed>');
	document.write('</object><br>');
}

function closeWin() { 
window.close(); 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
