function openWindow(url)
{	
	window.open(url,"schubert","toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,status=yes,location=yes,dependent=yes");
}
