
$(function(){
	$('.box').corner('round 6px');
	$('.box2').corner('round 6px bottom');
	$('div.inner1,div.inner2,div.inner3').wrap('<div class="outer"></div>').corner('round 6px').parent().css('padding', '1px').corner('round 6px');
	$('div.inner4,div.inner5').corner('round 6px top').wrap('<div class="outer"></div>').parent().css('padding', '1px').corner('round 6px top');
	$('div.inner6,div.inner7').corner('round 6px bottom').wrap('<div class="outer"></div>').parent().css('padding', '1px').corner('round 6px bottom');
	$('img.rollover').rollover();
	$('.boxcenter').center();

	$('.popupS').click(function(){window.open(this.href, '','width=650,height=650,scrollbars=yes');return false;});
	$('.popupL').click(function(){window.open(this.href, '','width=850,height=750,scrollbars=yes');return false;});

});

function showMyCart() {
	document.myCart01.submit();
	return false;
}


