str="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='729' height='94'>";

try{
	if(session_user_id == "Undefind") session_user_id  = "";
}
catch(e){ session_user_id = ""}
str+="<param name='movie' value='/_template/topmenu_student"+flash_name+".swf?pageNum="+flash_state+"&session_user_id="+session_user_id+"'>";
str+="<param name='quality' value='high'>";
str+="<param name=wmode value=transparent>";
str+="<embed src='/_template/topmenu_student"+flash_name+".swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='729' height='94'></embed></object>";

document.write(str);
