function showFlash( url )
{
	document.getElementById( "swf" ).onClick = "";
	document.getElementById( "swf" ).innerHTML = "<iframe scrolling='no' width='100%' height='100%' frameborder='0' marginheight='0' marginwidth='0' src='" + url + "'></iframe>";
}

function closeDown()
{
	if( document.getElementById( "swf" ) ) {
		document.getElementById( "swf" ).innerHTML = "";
	}
	top.closeDetails();
}