<!--
function hds() {
var f = document.forms["HDSFORM"]; 
var pub = "WU"; 
var url = "http://www.submag.com/sub/"+pub+"?tc=1&isp=asiembed"; 
url += "&fn="+escape(f.fn.value); 
url += "&ln="+escape(f.ln.value); 
url += "&co="+escape(f.co.value); 
url += "&adr="+escape(f.adr.value); 
url += "&cit="+escape(f.cit.value); 
url += "&st="+f.st.options[f.st.selectedIndex].value; 
url += "&zip="+escape(f.zip.value); 
url += "&eml="+escape(f.eml.value); 

// add additional window flags here to maximize etc
window.open(url, "WearablesBusinessMagazineSubscriptionForm", 'scrollbars=yes,resizable=yes,width=800,height=800'); 

}
//-->

