defer=true;
function show_price(code,url){
	var now_price;
	var now_price  = price[code][0];
	if (price[code] != "0" && price[code][1] == "1"){
		document.write("Price:US $" + now_price + "<br /> Including Blower (CE/UL)");		
	}
	else{
		document.write("Price: Enquire");
	}
}
