function popup(pageURL,x,y)
{

 var newwin = window.open( pageURL, "_blank", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=" + x + ",height=" + y + ",resizable=no" );

}

function LaunchHome(){
	
	document.location.href="index.html"
	}
function LaunchTechmap(){
	
	document.location.href="techmap.html"
	}
function LaunchProducts(){
	
	document.location.href="products.html"
	}
function LaunchServices(){
	
	document.location.href="services.html"
	}

function LaunchTechnologies(){
	
	document.location.href="technologies.html"
	}
function LaunchProjects(){
	
	document.location.href="projects.html"
	}
function LaunchClients(){
	
	document.location.href="partners-clients.html"
	}	

function LaunchContact(){
	
	document.location.href="contact.html"
	}	
function LaunchTeamLogin(){
	pageURL='http://cb.officialdesktop.com/~techmap.net/teamlogin'
    var newwin = window.open( pageURL, "_blank", "toolbar=yes,location=yes,status=no,menubar=yes,scrollbars=yes,resizable=yes, width=960, height=550" );

	}	
