function o( strId ) {
	if(document.getElementById( strId )) {
		return document.getElementById( strId );
	} else return false;
}

function showProduct( intWhich ) {
	o('product_img').src = "/e/img/product/"+intWhich+".jpg";
}