<!--
function openProject(page)
{
	msgWindow=window.open("projects/" + page + ".html", "tourWindow", "menubar=no,toolbar=no,scrollbars=no,resizable=no,width=760,height=420,left=0,top=0,screenX=0,screenY=0");
}
//-->