

function Popup(theURL,winName,features) { 
thisWin = window.open(theURL,winName,features);
thisWin.focus();
}


function mailpage()
{
mail_str = "mailto:?subject=Check out this page on the Tag New Media Website"
mail_str += "&body=I thought you might be interested in this page. You can view it at " 
mail_str += " " + window.location; window.location = mail_str;
}