// JavaScript Document
function openWindow()
{
	newWindow=window.open('/Tyopiste2008/popup.html','newWin','width=900,height=600,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');newWindow.focus();void(0);	
}

function closeWindow()
{
	window.close();
}
