function mindflashinnewwindow()
{
//	URL for window.open needs to be changed to point to html file so that exit button of movie will work.
//	Do not rename the .swf file. It has to be mango_forweb.swf
//	window.open('mangomind.swf', 'demo', 'width=640,height=480,resizable=yes');

window.open('/products/mangomind/mango_forweb.html', 'demo', 'width=655,height=500,resizable=yes').focus();		
 
}
function cachelinkflashinnewwindow()
{
//	URL for window.open needs to be changed to point to html file so that movie will work in netscape.
//	Do not rename the .swf file. It has to be cachelink.swf
//	window.open('products/cachelink/cachelink.swf', 'demo', 'width=655,height=500,resizable=yes');
// window.open('cachelink.swf', 'demo', 'width=640,height=480,resizable=yes');
	window.open('/products/cachelink/cachelink.html', 'demo', 'width=655,height=500,resizable=yes').focus();		
}

function freetrialwindow()
{
	var freetrialurl = mangoformsURL + "free_trial.asp?refURL=" + window.location;
	window.open(freetrialurl, 'TrialSignup', 'width=546,height=440,resizable=yes').focus(); //Changed width of window to 520 so that form is not cutoff in Netscape.		
}

function freetrialwindow2(d)
{
	var freetrialurl = mangoformsURL + "free_trial.asp?d=" + d + "&refURL=" + window.location;
	window.open(freetrialurl, 'TrialSignup', 'width=546,height=440,resizable=yes').focus(); //Changed width of window to 520 so that form is not cutoff in Netscape.		
}



