function OpenLogin(baseurl)
{
	var login = document.getElementById("loginbox");
	
	window.open(baseurl + 'presentation/index.php?id='+login.value,'popped','width=900,height=700,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,directories=no,location=no');
}

function newWindow(link, theimage, width, height)
{
	links = window.open(link, theimage, 'width='+width+', height='+height+', resizable, top=50, left=450, scrollbars=no, alwaysRaised')
}