function OnSubmitContactForm(formname) {
    if (formname == "email_form_SendPage") {
    document[formname].Link.value = document.URL;
    }
}


function rotor() {
var w = window.open('/images/ddlarge.gif','rotor', "width=400px,height=400px,resizable=yes,scrollbars=0", "");
}