function mailpage()
{
mail_str = "mailto:?subject=Please visit new website of: \"Tanzeem-e-Islami\"";
mail_str += "&body=Assalam-o-Alaikum! I thought you might be interested in the new website  of: \"Tanzeem-e-Islami\"";
mail_str += ". You can visit it at: " + location.href; 
location.href = mail_str;
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=460,height=400,left = 290,top = 262');");
}

