//Dan Sobrino script to change http ptotocol to https
if(window.location.protocol != "https:") {
document.location.href="https://" + window.location.host + window.location.pathname + window.location.hash + window.location.search;
}

function clearText(field){

    if (field.defaultValue == field.value) field.value = '';
    else if (field.value == '') field.value = field.defaultValue;

}
/*
function abretesesamo() {
   window.moveTo(0, 0);
   window.resizeTo(screen.width, screen.height);
}
abretesesamo();
*/
