function modal_html(){
	return '<div class="modal" id="sign_in" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.gif" alt="Close window" title="Close window" /></a><h2 style="margin-bottom:30px;">会员登录</h2><form method="post" action="login.asp"><fieldset class="inputs"><p><label for="email">用户名</label> <input type="text" name="email" id="email" class="text" title="请输入用户名" /></p><p><label for="password">密码</label><input type="password" name="password" id="password" class="text" title="请输入密码" /> <a href="contact/" title="请与管理员联系">忘记密码</a></p><p></p></fieldset><fieldset class="buttons"><p><a href="#" class="close close_action"><img src="images/common/images/cancel.png" class="cancel" title="Cancel" /></a> <input type="image" src="images/common/images/sign_in_form.png" class="sign_in" title="Sign in" /></p></fieldset></form></div></div><div class="modal" id="thank_you" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.png" alt="Close window" title="Close window" /></a><h2>Login Success!</h2><p>Thank you again, visit our website at.</p><a href="#" class="button close_action"><img src="images/common/images/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div><div class="modal" id="error1" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.png" alt="Close window" title="Close window" /></a><h2>Error</h2><p>An error has occurred.</p><a href="#" class="button close_action"><img src="images/common/images/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>';
}
function modal_html_reg (){
	return '<div class="modal" id="Register" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.gif" alt="Close window" title="Close window" /></a><h2>Register</h2><form method="post" action="reg.asp"><fieldset class="inputs"><p><label for="email">Email</label> <input type="text" name="email" id="email" class="text" title="Enter an email address" /></p><p><label for="password">Password</label> <input type="password" name="password" id="password" class="text" title="Enter a password" /></p><p><label for="Confirm Password">Confirm Password</label> <input type="password" name="repassword" id="repassword" class="text" title="Enter a Confirm Password" /></p><p><label for="Company">Company</label> <input type="text" name="company" id="company" class="text" title="Enter a Company" /></p><p><label for="Job Title">Job Title</label> <input type="text" name="job" id="job" class="text" title="Enter a Job Title" /></p><p><label for="Telephone">Telephone</label> <input type="text" name="telephone" id="telephone" class="text" title="Enter a Telephone" /></p><p><label for="City">City</label> <input type="text" name="city" id="city" class="text" title="Enter a City" /></p><p><label for="Country">Country</label> <input type="text" name="country" id="country" class="text" title="Enter a Country" /></p></fieldset><fieldset class="buttons"><p><span class="keeper"></span> <a href="#" class="close close_action"><img src="images/common/images/cancel.png" class="cancel" title="Cancel" /></a> <input type="image" src="images/common/images/register_homer.png" class="sign_in" title="Sign in" /></p></fieldset></form></div></div><div class="modal" id="thank_you" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.png" alt="Close window" title="Close window" /></a><h2>Thank you!</h2><p>Thank you register, you will be activated as we confirm receipt of a confirmation letter, and click confirm to complete registration.</p><a href="#" class="button close_action"><img src="images/common/images/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div><div class="modal" id="error" style="display:none;"><div><a href="#" class="close close_action"><img src="images/common/images/close.png" alt="Close window" title="Close window" /></a><h2>Error</h2><p>An error has occurred.</p><a href="#" class="button close_action"><img src="images/common/images/return_home.png" alt="Return to Home Page" class="return_home" /></a></div></div>';
}
