<!--

// Print.js v1.0 by Dominik Schweizer
// E-mail : webxpertise@seite1.ch
// Created : July 26, 2002
// Revisions : 
// Copyright 2002 Dominik Schweizer
// =======================================================================================
// With this script you can change the stylesheet for better printing results.

function print_version(){
// alert("hallo");
	document.styleSheets(1).href="http://www.winesofamerica.com/css/styles_print.css";
	print();
}
//-->