


$(document).ready(function () {
    var selected = (document.location.pathname == 'index.php')
        ? ['menu.main']
        : [];
    
    $('#main_header_nav img').twoState(selected);
});


function popUp0(sPicURL) {
     window.open( "popupd41d.html?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200"); 
	 }


