if($.browser.msie&&(parseInt($.browser.version)<7)){jQuery.fn.dropdown=function(){$(this).hover(function(){$(this).addClass("hover");$('> .dir',this).addClass("open");$('ul:first',this).css('visibility','visible')},function(){$(this).removeClass("hover");$('.open',this).removeClass("open");$('ul:first',this).css('visibility','hidden')})};$(document).ready(function(){$("ul.menu li").dropdown()})};function popWin(a,b,c,d){var e={left:null,top:null,width:620,height:400,scrollbars:'yes',resizable:'yes',status:'yes',toolbar:'no',location:'no',menubar:'no',titlebar:'yes'};if(!b)b='NewWindow';for(var k in c)e[k]=c[k];if(e.left==null)e.left=(screen.width-e.width)/2;if(e.top==null)e.top=(screen.height-e.height)/2;var f=[];for(var k in e)f[f.length]=k+'='+e[k];var g=window.open(a,b,f.join(','));if(g.focus())g.focus();return((d)?g:false)}
