var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;

function openWind(name,width,height){
	var wc=parseInt(((screen.availWidth-width)/2))
	var hc=parseInt(((screen.availHeight-height)/2))
	window.open(name,'','location=0,status=0,scrollbars=1,width='+width+',height='+height+',top='+hc+',screenY='+hc+',left='+wc+',screenX='+wc)
}

function price_hideImg() {	$j("#bigimgi").hide();
	$j("#bigimgh").show();
}

function price_showImg(img) {	$j("#bigimgh").hide();
	$j("#bigimgi").attr('src','images/goods/'+img+'_.jpg');	$j("#bigimgi").show();
	if(IE6) {
		$j("#bigimgi").supersleight();		$j("#bigimgi").attr("width","114px");
	}
}
