
function popup_video(location) {
   var videogrWin = open("", "videogr",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=418,height=274, screenX=150,screenY=150,top=150	left=150');
        videogrWin.location = location;
}function email(name, domain, suffix, subject, text) {   	var address = name + "\u0040" + domain + "." + suffix;   	var url = "mailto:" + address + "?subject=" + subject;  	if( ! text ) { text = address; }	document.write("<a href=\"" + url + "\">" + text + "</a>");}
