		$(document).ready(function() {
			$(".prod").fancybox({
				'width'		: 600,
				'height'		: 580,
				'autoScale'	: false,
				'transitionIn'	: 'none',
				'transitionOut'	: 'none',
				'type'		: 'iframe',
				'titleShow'	: false,
				'padding'		: 5
			});	
		});
function changeLocation(menuObj)
{
   var i = menuObj.selectedIndex;

   if(i > 0)
   {
      window.location = menuObj.options[i].value;
   }
}

