
// Adobe Acrobat

function GetAdobeSVG()
{
	ShowAndGo( "http://www.adobe.com/svg/viewer/install/" )
	return;
}
function GetAdobe()
{
	ShowAndGo( "http://www.adobe.com/products/acrobat/readstep.html" )
	return;
}

function ShowAndGo( url )
{
	alert("You are now leaving the Seven Investment Management website.");
	
	Javascript:void window.open( url );
	
	return;
}

