function openCartWindow(siteAddress)
	{
    newWindow=window.open(siteAddress, "cart", "width=600, height=500, scrollbars, alwaysRaised");
    newWindow.focus();
	};
	
function zHint(T,t){
  alert('a');
  T.title=''
  alert('b');
  T.parentNode.lastChild.style.display=t?'block':'none';
  alert('c');
  
  
}
