	function printItem(){
    if (!window.print){
      alert("You need a 4.x browser or better to use this print button.\nMacintosh users hit the 'Command + P' keys.");
    return;
}
    window.print();
}
