f7_droplayer=new Array()
f7_droplayer[0]="drop1"
f7_v4=(parseInt(navigator.appVersion)>=4&&parseInt(navigator.appVersion)<=5)?1:0
f7_ie=(document.all&&f7_v4)?1:0
f7_ns=(document.layers&&f7_v4)?1:0
function goBack()
{history.back()}
function f7_showdrop(thelayer)
{f7_keep=thelayer;f7_hideall();f7_showitnow=1
f7_showit(thelayer)}
function f7_showit(thelayer)
{if(f7_ie){eval(f7_droplayer[thelayer]+'.style.visibility="visible"')}
if(f7_ns){eval('document.'+f7_droplayer[thelayer]+'.visibility="show"');}}
function f7_hidedrop()
{f7_keep=-1;setTimeout('f7_hideall()',500)}
f7_keep=-1
function f7_hideall()
{for(i=0;i<f7_droplayer.length;i++)
{f7_hideit=0;f7_checkmousepos(i)
if(f7_ie&&f7_keep!=i)
{if(f7_hideit)
{eval(f7_droplayer[i]+'.style.visibility="hidden"')}}
if(f7_ns&&f7_keep!=i)
{if(f7_hideit)
{eval('document.'+f7_droplayer[i]+'.visibility="hide"')}}}}
document.onmousemove=f7_getmousepos
if(f7_ns)document.captureEvents(Event.MOUSEMOVE)
function f7_getmousepos(e)
{if(f7_ns){f7_mousex=e.pageX;f7_mousey=e.pageY}
if(f7_ie){f7_mousex=event.clientX;f7_mousey=event.clientY;}}
function f7_checkmousepos(i)
{if(f7_ns)
{f7_x_min=eval('document.'+f7_droplayer[i]+'.left')
f7_x_max=f7_x_min+eval('document.'+f7_droplayer[i]+'.clip.width')
f7_y_min=eval('document.'+f7_droplayer[i]+'.top')
f7_y_max=f7_y_min+eval('document.'+f7_droplayer[i]+'.clip.height')}
if(f7_ie)
{f7_x_min=eval(f7_droplayer[i]+'.style.pixelLeft')
f7_x_max=f7_x_min+eval(f7_droplayer[i]+'.style.pixelWidth')
f7_y_min=eval(f7_droplayer[i]+'.style.pixelTop')
f7_y_max=f7_y_min+eval(f7_droplayer[i]+'.style.pixelHeight')}
if(f7_mousex>=f7_x_min&&f7_mousex<=f7_x_max&&f7_mousey>=f7_y_min&&f7_mousey<=f7_y_max)
{f7_hideit=0;setTimeout('f7_hideall()',500)}
else{f7_hideit=1}
return f7_hideit}
if(f7_ie)
{document.write('<style type="text/css"><!--')
document.write('.dropdown {padding-left:2px; padding-top:2px; padding-right:2px; padding-bottom:2px}')
document.write('p { margin-top:0px; margin-bottom:6px }')
document.write('a { text-decoration: none }')
document.write('a:hover { color: white; text-decoration: underline }')
document.write('--></style>')}
function MM_jumpMenu(targ,selObj,restore)
{eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");if(restore)selObj.selectedIndex=0;}
