<!--
//Copyright © 2000 - 2005 - Uyaphi Safaris CC/ Uyaphi.com
function printpopups(docsrc)
{
	var docwidth = 620, docheight = 600, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2));
	if (window.win2 && window.win2.open && !window.win2.closed)
	{
		win.focus();
	}
	else
	{
	win2 = window.open(docsrc, 'Print', 'toolbars=no,scrollbars=yes,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

function popupFriend(docsrc)
{
var docwidth = 450, docheight = 260, docleft = ((screen.width/2) - 300), doctop = ((screen.width/2) - 300);
	if (window.win3 && window.win3.open && !window.win3.closed){
		win.focus();
	}
	else
	{
	win3 = window.open(docsrc, 'Email', 'toolbars=no,scrollbars=no,location=no,statusbars=no,menubars=no,resizable=no,width=' + docwidth + ',height=' + docheight + ',left=' + docleft + ',top=' + doctop);
	}
}

//Copyright © 2000 - 2005 - Uyaphi Safaris CC/ Uyaphi.com
//-->