jQuery().ready(function(){
	jQuery('#filters').Accordion({
	header: '.filter_head',
	animated: false});
	});


function win_open(str)
{
 add_w = window.open(str,'ch','top='+(screen.height/2-600/2)+',left='+(screen.width/2-700/2)+',width=640,height=480,scrollbars=1,status=no,resizable=yes');
 add_w.focus(); if (add_w.opener == null) { add_w.opener = window; }
}

function win_open1(str)
{
 add_w = window.open(str,'ch','top='+(screen.height/2-600/2)+',left='+(screen.width/2-700/2)+',width=500,height=200,scrollbars=1,status=no,resizable=yes');
 add_w.focus(); if (add_w.opener == null) { add_w.opener = window; }
}
function cssmenuhover()
{
        if(!document.getElementById("cssmenu"))
                return;
        var lis = document.getElementById("cssmenu").getElementsByTagName("LI");
        for (var i=0;i<lis.length;i++)
        {
                lis[i].onmouseover=function(){this.className+=" iehover";}
                lis[i].onmouseout=function() {this.className=this.className.replace(new RegExp(" iehover\\b"), "");}
        }
}
if (window.attachEvent)
        window.attachEvent("onload", cssmenuhover);
