cKaufenAlt = 'put article in shopping basket...'
cKaufenInp = 'please enter your requested order quantity...'
cKaufenVers = 'please note the transportation costs incurred...'
cCorrectionAlt = 'Correction for this article'

cBildEin = 'show'
cBildAus = 'hide'

function GetVerpText () {
  return 'All prices are not binding (subject to price changes!) and are including VAT '+
         'plus transportation / packaging / tax! <B>Transportation in Germany by DPD, only on request by '+
         'parcel.</B> Example! Dispatch in Germany by DPD: <I>Article value</I> plus <I>freight per parcel '+
         '5,80 &euro;</I> plus <I>packaging per parcel 2,67 &euro;</I>. <B>All offers valid '+
         'while stocks last!</B> You will find more information under <A class="norm" href="versand.htm">'+
         'dispatch</A> and <A class="norm" href="agb.htm">GToB</A> ( see also <A class="norm" href="help.htm">help</A> ).'
}
function GetOkText () {
  return '<B>price valid!</B> Put article with quantity mentioned in the <A class="norm" href="view.htm">shopping basket</A> ( see <A class="norm" href="help.htm">help</A> ).'
}
function GetAskText () {
  return '<B>Price cannot be mentioned!</B> Put article with quantity mentioned in the <A class="norm" href="view.htm">shopping basket</A> ( see <A class="norm" href="help.htm">help</A> ).'
}
function GetCorrText () {
  return '<B>Correction of article name!</B> Herewith you take part in our <A class="norm" href="raffle.htm">raffle</A> ( see <A class="norm" href="help.htm">help</A> ).'
}
function ShowVerpText () {
  var S = '<TABLE cellpadding="0" cellspacing="5" border="0" width="100%" class="text1">'+
            '<TR>'+
                '<TD class="headline1" colspan="3"><A href="JavaScript:window.history.back()" class="button1">Back</A>&nbsp;&nbsp;<B><span id="PAGETITLE"></span></B></TD>'+
            '</TR><TR>'+
                '<TD rowspan="4"><DIV id="IMAGESMALL" style="width:100px; overflow:hidden; text-align:center; display:none; border:1px solid #379D8E;"><A href="#" onClick="ShowImage();return false;"><span id="ITITLE" name="ITITLE">'+cBildEin+'</span><BR><img id="ISMALL" name="ISMALL" src="#" border="0" height="100"></A></DIV></TD>'+
                '<TD valign="top" align="center"><A class="norm" href="help.htm"><IMG SRC="../sys/media/graphic/prstern.gif" border="0" title="Open help"></A></TD>'+
                '<TD valign="top">' + GetVerpText() + '</TD>'+
            '</TR><TR>'+
                '<TD valign="top" align="center"><A class="norm" href="../e/help.htm"><IMG SRC="../sys/media/graphic/ok.gif" border="0" title="Open help"></A></TD>'+
                '<TD valign="top">' + GetOkText() + '</TD>'+
            '</TR><TR>'+
                '<TD valign="top" align="center"><A class="norm" href="../e/help.htm"><IMG SRC="../sys/media/graphic/ask.gif" border="0" title="Open help"></A></TD>'+
                '<TD valign="top">' + GetAskText() + '</TD>'+
            '</TR><TR>'+
                '<TD valign="top" align="center"><A class="norm" href="../e/help.htm"><IMG SRC="../sys/media/graphic/cor.gif" border="0" title="Open help"></A></TD>'+
                '<TD valign="top">' + GetCorrText() + '</TD>'+
            '</TR>'+
          '</Table>'
  document.write(S)
}


