function motClick(dom, ext, usr, str) {
	if (ext == 1) ext = "Com";
	if (ext == 2) ext = "Info";
	if (ext == 3) ext = "Net";
	if (ext == 4) ext = "Edu";
	if (ext == 5) ext = "Org";
	if (str == undefined) str = "Photo Album Contact";
	window.location=("mai"+"lto:"+usr+"@"+dom+"."+ext+str);
}

function motDblClick(dom, ext, usr, str) {
	if (ext == 1) ext = "Com";
	if (ext == 2) ext = "Info";
	if (ext == 3) ext = "Net";
	if (ext == 4) ext = "Edu";
	if (ext == 5) ext = "Org";
	if (str == undefined) str = "Photo Album Contact";
	window.location=("mai"+"lto:"+usr+"@"+dom+"."+ext+str);
}

function motMouseOver() {
	document.mot.src="/portfolio/photos_at_small-selected.png";
}

function motMouseOut() {
	document.mot.src="/portfolio/photos_at_small.png";
}


