//<![CDATA[
var w_out = '<script type="text/javascript">';
document.writeln(w_out);
document.writeln('var headon = 1;');
document.writeln('function purchase(tid) {');
document.writeln('var errmessage = "";');
document.writeln('if (tid.os1.selectedIndex == 0){');
document.writeln('errmessage = "You must select a shirt size";');
document.writeln('}');
document.writeln('if (errmessage==""){');
document.writeln('var szinfo = tid.os1.options[tid.os1.selectedIndex].value;')
document.writeln('if(szinfo.indexOf("2.00")!=-1){tid.amount.value="16.99";}else{tid.amount.value="14.99";}')
document.writeln('tid.submit();');
document.writeln('}');
document.writeln('else{');
document.writeln('alert(errmessage);');
document.writeln('}');
document.writeln('}');
document.writeln('function myPopup2() {');
document.writeln('window.open( "http://www.deezbrand.com/faqpopup.php", "T-Shirt FAQ", "status = 1, height = 400, width = 300, resizable = 1" )');
document.writeln('}');
document.writeln('<\/script>');
//]]>

