
Event.observe(window,'load',function(){names=new Array(jTHEME_PATH+"/images/1.jpg",jTHEME_PATH+"/images/2.jpg",jTHEME_PATH+"/images/3.jpg");tmp=new Array();for(i in names){}
$$('.table tr').each(function(e){e.observe('mouseover',function(){e.addClassName('highlight');});});$$('.table tr').each(function(e){e.observe('mouseout',function(){e.removeClassName('highlight');});});});document.observe('dom:loaded',function(){$$('a.addToCart').each(function(element){element.observe('click',function(event){addProductToCart(element.id.replace('product_',''));event.stop();});});});function addProductToCart(id){new Ajax.Request(jBASE_URL,{method:'post',parameters:{add_product_ajax:1,'id':id},onSuccess:function(t){var j=t.responseJSON;if(j){$('shopcart_total').update(j.total);$('shopcart_count').update(j.count);}}});}
