function makeitso(pic,section,desc) {
	document.getElementById('gallery_img').src = "/images/"+section+"/mid/"+pic;
	document.getElementById('gallery_txt_box').innerHTML = document.getElementById('galid'+desc).innerHTML;
	document.getElementById('gallery_img_popup').href = "javascript:PopupPic('/images/"+section+"/"+pic+"')";
}


function PopupPic(sPicURL) {
     window.open( "/picview.php?"+sPicURL, "",  
     "resizable=1,HEIGHT=200,WIDTH=200");
}

function email(p1,p2) {
	var string1 = p1;
	var string2 = p2;
	var string3 = p2+p1;
	document.write("<p><a href=" + "mail" + "to:" + string4 + ">Send Email</a></p>");

}

function remail(addy) {
	var domain = addy.substring(6,addy.indexOf('ab^8%*bba'));
	var person = addy.substring(addy.indexOf('ab^8%*bba')+9,addy.indexOf('zo9b%'));
	return person+'@'+domain;
}