
function securityAlert()
{
input_box=confirm("Thanks for taking the time to write to us!\rClick [OK] to proceed...");
if (input_box==true)

{
popupemail(); 
}

else
{
alert ("Request cancelled");
}

}
