<!--
document.writeln("<script type=\"text/javascript\">var contextPath=\"pcw\";</script>");
document.writeln("<script type=\"text/javascript\" src=\"http://www.synnex.com/ecexpress/frame/common.js\"></script>");
document.writeln("<script type=\"text/javascript\" src=\"http://www.synnex.com/ecexpress/frame/sniffer.js\"></script>");
document.writeln("<script type=\"text/javascript\" src=\http://www.synnex.com/ecexpress/frame/expressTools.js\"></script>");
document.writeln("<div class=\"invheader\">");
document.writeln("    <p align=\"center\">Login to ECExpress  </p>");
document.writeln("  </div>");
document.writeln("<div class=\"formbox\">");
document.writeln("<form name=\"frmLogin\" action=\"https://ec.synnex.com/ecexpress/login.do\" method=\"POST\" onsubmit=\"return check();\">");
document.writeln("<div class=\"collspace2\">&nbsp;</div>");
document.writeln("Email Address:<br />");
document.writeln("<input type=\"text\" name=\"email\" size=\"20\" value=\"\" maxlength=\"150\" class=\"texta\" />");
document.writeln("<br />");
document.writeln("Password:<br />");
document.writeln("<input type=\"password\" name=\"password\" size=\"20\" maxlength=\"20\" class=\"texta\" />");
document.writeln("<br />");
document.writeln("<script type=\"text/javascript\">");
document.writeln("function check() {");
document.writeln("if(document.frmLogin.sitename.value=='0') {alert('select a website to login');return false;}");
document.writeln("if(document.frmLogin.sitename.value=='2') {window.location.href='http://ec.synnex.com/pcw/sourcingterms/terms.html';return false;}");
document.writeln("    var email=document.frmLogin.email.value;");
document.writeln("    if (email == null || email == \"\") {");
document.writeln("        alert(\"Please input your email address\");");
document.writeln("        document.frmLogin.email.focus();");
document.writeln("        return false;");
document.writeln("    }");
document.writeln("    deleteXToolsCookies();");
document.writeln("    var expires = new Date();");
document.writeln("    expires.setTime(expires.getTime() + 7*24*60*60*1000);");
document.writeln("    //setCookie(\"email\",email,expires,contextPath);");
document.writeln("");
document.writeln("    var emailPasswordType=document.frmLogin.EmailPassword;");
document.writeln("	var password=document.frmLogin.password.value;");
document.writeln("	deleteCookie('email',contextPath);");
document.writeln("	deleteCookie('pw',contextPath);");
document.writeln("	deleteCookie('emailpwType',contextPath);");
document.writeln("");
document.writeln("	if(emailPasswordType[0].checked){");
document.writeln("    	setCookie(\"email\",email,expires,contextPath);");
document.writeln("		setCookie(\"pw\",password,expires,contextPath);");
document.writeln("		setCookie(\"emailpwType\",'all',expires,contextPath);");
document.writeln("	}");
document.writeln("");
document.writeln("	if(emailPasswordType[1].checked){");
document.writeln("    	setCookie(\"email\",email,expires,contextPath);");
document.writeln("    	setCookie(\"emailpwType\",'email',expires,contextPath);");
document.writeln("	}");
document.writeln("");
document.writeln("	if(emailPasswordType[2].checked){");
document.writeln("    	setCookie(\"emailpwType\",'none',expires,contextPath);");
document.writeln("	}");
document.writeln("");
document.writeln("    return true;");
document.writeln("}");
document.writeln("</script\>");
document.writeln("<input name=\"EmailPassword\" type=\"radio\" value=\"saveAll\" />Save Email and Password<br />");
document.writeln("<span style=\"white-space: nowrap;\">");
document.writeln("<input name=\"EmailPassword\" type=\"radio\" value=\"saveEmail\" />");
document.writeln("<span class=\"SmallTextblack\">Save Email</span></span><br />");
document.writeln("<input name=\"EmailPassword\" type=\"radio\" value=\"saveNone\" />");
document.writeln("<span class=\"SmallTextblack\">Always ask for both</span><br />");
<!--document.writeln("<select style=\"width:140px\" name=\"sitename\"><option value=\"0\">Website Select</option><option value=\"1\">Log me into ECExpress</option><option value=\"2\">Log me into PCW sourcing</option></select>");
document.writeln(" <input type=\"submit\" value=\"Submit\" name=\"submitButtonName\">");
document.writeln(" <span style=\"text-align: center;white-space: nowrap;\">");
document.writeln(" <input name=\"button\" type=\"button\" onclick=\"javascript:resetAll();\" value=\"Reset\" />");
document.writeln(" </span><br />");
document.writeln("</form>");
document.writeln(" <div>");
document.writeln("   <a href=\"http://ec.synnex.com/ecexpress/user/retrievePassword.html\" class=\"whitelink\">Forgot my password</a><br />");
document.writeln("     <a href=\"/pcw/newaccount/index.html\" class=\"whitelink\">New Account</a>");
document.writeln("  </div>");
document.writeln(" <div class=\"collspace2\">&nbsp;</div>");
document.writeln("</div>");

//-->


