// JavaScript Document

/***********************************************
* site script- www.aocen.cc
* This notice MUST stay intact for legal use
* Visit www.aocen.cc for full source code
***********************************************/

/* Modified to support Opera */
function callTopFlash(file_name, f_width, f_height){
	var show_menu = ""
	var file_id = ""
	show_menu+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+ f_width +"' height='"+ f_height +"' id='"+file_id+"' align='middle'>";
	show_menu+="<param name='allowScriptAccess' value='always' />";
	show_menu+="<param name='movie' value='"+ file_name +"' />";
	show_menu+="<param name='quality' value='high' />";
	//show_menu+="<param name='wmode' value='transparent' />";
	show_menu+="<embed src='"+ file_name +"'quality='high' width='"+ f_width +"' height='"+ f_height +"' id='"+file_id+"' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
	show_menu+="</object>";
	document.write(show_menu);
}
/* 

*/
function idNone(id) {
    if (!document.getElementById(id).style.display == "") {
        document.getElementById(id).style.display = "";
    } else {
        document.getElementById(id).style.display = "none";
    }
}
