PopUp = function(){	
	return {
		pricelist : "width=440,scrollbars=yes,resizable=no,location=no,toolbar=no,status=no,"+"left="+(window.screen.width-440)/2,
		stylist : "width=600,scrollbars=yes,resizable=no,location=no,toolbar=no,status=no,"+"left="+(window.screen.width-600)/2,
		open:function(url, window_id){
			void(window.open(url, window_id, this[window_id]));
		}
	}
}();



$(document).ready(function(){
	$('.ddmenu').singleDropMenu({parentMO: 'ddmenu-hover', childMO: 'ddchildhover'});
	$('ul.buttons li a').corner("round 8px").parent().css('padding', '2px').corner("round 10px");
	$('a[rel*=lightbox]').lightBox();
	
	if ($().easySlider) $("#slider").easySlider();

	$.fn.cycle.defaults.timeout = 2500;
	$('#slideshow').cycle();
});

