/**
 * @author gaz
 */

/* top flash start */
	swfobject.registerObject("movie", "9.0.0");
/* top flash end */

/* newTopNav start */
function showmenu(elmnt){
	/* document.getElementById(elmnt).style.visibility="visible"; */
	/* prototype below */
	$(elmnt).show();
}
function hidemenu(elmnt){
	/* document.getElementById(elmnt).style.visibility="hidden"; */
	$(elmnt).hide();
}
/* newTopNav end */
	