// JavaScript Document
document.observe("dom:loaded", function() {
if ((screen.width>=1152) && (screen.height>=768))
{
	new Ajax.Updater({success: 'moduleCart'}, '/data_cart.php'); // Ottiene info carrello
	$('moduleCart').show();
} 
});