<!--
// Pop Up window with any url
function soundUp(url){
window.open(url,'pop','width=320,height=200,status=yes,resizable=yes,scrollbars=yes,top=40,left=50');
}

function popUp(url){
window.open(url,'pop','width=1000,height=800,status=yes,resizable=yes,scrollbars=yes,top=40,left=50');
}

function textUp(url){
window.open(url,'pop','width=600,height=800,status=yes,resizable=yes,scrollbars=yes,top=40,left=50');
}

// Pop Up window with any url
function popaUp(url){
window.open(url,'pop','width=600,height=600,status=yes,resizable=yes,scrollbars=yes,top=40,left=50');
}
//pop up function


// Email
function maillink(lhs,rhs)
	{
	document.write("<a HREF=\"mailto");
	document.write(":" + lhs + "@");
	document.write(rhs + "\"class=text_link>" + lhs + "@" + rhs + "<\/a>");
}

// -->