

function openwindow(adress, w, h)
{
	window.open(adress, "hej", "menubar=no, toolbar=no, status=no, width=" + w + ", height=" + h)
}