function tellafriend()
{
	window.open("tellafriend.html","_blank","height=140; width=300");
}

function quickcontact()
{
	window.open("quickcontact.html","_blank","height=340; width=500");
}

function newuser()
{
	window.open("newuser.html","_blank","height=520; width=500");
}
function login()
{
	window.open("login.html","_blank","height=135; width=280");
}
function requestforinfo()
{
	window.open("requestforinfo.html","_blank","height=400; width=500");
}
function requestforAlliance()
{
	window.open("requestforAlliance.html","_blank","height=600; width=700");
}
function Scheduleademo()
{
	window.open("Scheduleademo.html","_blank","height=500; width=450");
}