


function loadAudio(url)
{
	newwindow=window.open(url,'audio','height=510,width=475,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}
function loadVideo(url)
{
	newwindow=window.open(url,'video','height=740,width=420,resizable=yes,scrollbars=yes');
	if (window.focus) {newwindow.focus()}

}
function loadVerse(url)
{
	newwindow=window.open(url,'verse','height=480,width=400,resizable=yes');
	if (window.focus) {newwindow.focus()}

}
function mailto(u,d)
{
	window.open("mailto:u\@d",'email','height=500,width=500');

}

