//write stylesheets
//document.writeln("<link href='http://www.avira.com/includes/js/konfigurator/i/shop.css' rel='stylesheet' type='text/css'>");
//write form and header
document.writeln("<form class='shop_form' name='form1' id='form1' method='post' onsubmit='return submit()'><table class='shop_table' border='0' cellpadding='2' cellspacing='0' width='188' id='antivir_workstation'><tbody><tr><td class='shop_header' colspan='2' height='16'><h2 class='shop_h2'>Online Shop</h2></td></tr><tr><td colspan='2' align='left' height='30' valign='bottom'><strong class='shop_text'>Avira AntiVir Professional</strong></td></tr>");
//write USER NUMBER input
document.writeln("<tr><td align='left' valign='center'><span class='shop_text'>"+av_languages[lang][2][2]+":</span><br><input name='userDial' class='shop_input' onChange='CheckFormular(document.form1, \"ws\")'  maxlength='3' value='1' type='text' onkeyup='textInput(document.form1.userDial.value, document.form1, \"ws\");'><br></td>");
//write LIC_TIME input
document.writeln("<td rowspan='2' valign='top' nowrap><span class='shop_text'>"+av_languages[lang][2][3]+":</span><br><span class='shop_text'></span>");
//write LIC_DURATION radio
document.writeln("<input name='radiobutton' id='rd_ws' shop_text value='radiobutton' checked='checked' onmousedown='calc(\"\", 1, \"\", \"ws\");' type='radio'><span class='shop_text'>1 "+av_languages[lang][2][4]+"</span><br><input name='radiobutton' shop_text value='radiobutton' onmousedown='calc(\"\", 2, \"\",\"ws\");' type='radio'><span class='shop_text'>3 "+av_languages[lang][2][5]+"</span></td></tr>");
//write OS header
//	document.writeln("<tr><td align='left' valign='center' nowrap><a class='shop_link' href='"+av_languages[lang][4][0]+"'>"+av_languages[lang][2][6]+"</a><br /> <br />");
document.writeln("<tr><td align='left' valign='center' nowrap><span class='shop_text'>"+av_languages[lang][2][6]+"</span><br /><br />");
//write OS selection
document.writeln("<select name='osSelector' class='shop_select' onChange='whichOS(document.form1.osSelector.options[document.form1.osSelector.options.selectedIndex].value),calc(\"\", \"\", \"\",\"ws\");' style='margin-bottom:5px;'>");
for(var i=0;i<OperatingSystems.length;i++) {
document.write("<option value="+OperatingSystems[i]+">"+OperatingSystems[i]+"</option>");
}
//write SUPPORT check-boxes
document.writeln("</select><br /></td></tr><tr><td colspan='2' align='left' class='dottedLine'><input name='gold' id='gl_ws' value='gold' class='shop_checkbox' onmousedown='wait(document.form1,\"ws\")' type='checkbox'><span class='shop_text'>Gold Support</span></td></tr>");
//write PRICE iframe
document.writeln("<tr><td colspan='2' class='dottedLine'><div class='shop_text' name='Preis-Div'><iframe name='PreisWs' hspace='0' vspace='0' marginheight='0' marginwidth='0' src='' frameborder='0' height='15' scrolling='no' width='66' class='products'></iframe> ");
//write LOAD price iframe
document.writeln("<script>document.getElementsByName('PreisWs').onload = initAll(document.form1);\n document.getElementsByName('PreisWs').onload = calc('','','','ws');</script>");
//write currency
document.writeln("<span class='shop_text' align=right>EUR "+av_languages[lang][2][7]+"</span></div></td></tr>");
//write shop IMAGE
document.writeln("<tr><td colspan='2' align='left' valign='middle'><a href='javascript:URL(\"ws\")' onmouseover='status=\" \";return true;'><img src='http://www.avira.com/includes/js/konfigurator/i/RTEmagicC_r-shop.gif.gif' align='left' border='0'></a>&nbsp;");
//write BUY link
document.writeln("<a  class='shop_link' href='javascript:URL(\"ws\")' onmouseover='status=\" \";return true;'><img src='http://www.avira.com/includes/js/konfigurator/i/triangle-right.gif' border='0' height='11' width='20' align='absmiddle'><b>"+av_languages[lang][2][8]+"</b></a>&nbsp;</td></tr></tbody></table></form><br></td></tr></tbody></table>");
//write HIDDEN_EMAIL
document.writeln("<a href='mailto:hbcom.egal@blackholecomputing.com'></a>");