$(function(){
			$('form').jqTransform({imgPath:'im/img/'});
		});  
		
/* Slider 
  $('.slider1').bxSlider(); */
  
//Menu 
$(document).ready(function()
{      
    $('#menu div.elem-holder').hover(
    function() {$(this).children().children('.sub').show();},
    function(){$(this).children().children('.sub').hide();}); 
});

function loadPage(section,id)
{
   bankID=$("#bank"+id).val(); 
   sectionParam=$("input[name="+section+"]:checked").val();
   if(sectionParam)
   {                
        location.href="/"+section+"/category-"+sectionParam+".html"+(bankID>0 ? "?bank="+bankID : "");
   }
}	
