
var MyFormMailer = 'http://www.nettz.de/Formular-Chef/Formular-Chef.cgi'; /* Full qualified URL 
of the form mailer script */
var MyOwnEmailAddress = 'Klaus.Kries@web.de'; /* email address of shop owner */
var MyOwnUrl = 'http://www.weingut-kries.de'; /* Full qualified URL of the shop (without 
index.html) */

var BuyList = ''; /* Storage for the selected items */
var SumOverAll = 0; /* Total amount of the selected items */

var ImageWindow = null; /* showImage function */

var DecimalPoints = '.,';/* us = ,. */
var CurrenySign = '€';
