function embed(url, width, height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+width+'" height="'+height+'"><param name="movie" value="'+url+'"><param name="quality" value="'+height+'"><param name="wmode" value="opaque"><embed src="'+url+'" quality="'+height+'" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'"></embed></object>');
}

nodisplay = false;


function excon(url) { 
	
	if (!nodisplay) {
		window.open(url,"exit","toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1");
	}

}

function killex() {
	nodisplay = true;
}
