//
// Popup venster
//

function windowOpen(sUrl, width, height)
{
	window.open(sUrl, '', "toolbar=0, status=0, width=" + width + ", height=" + height + ", left=70, top=50, scrollbars=1, resizable=1");
}