function opna(url,width,height)      /*til að opna nýja upplýsingaglugga */
{
	window.open(url,"kn","toolbar=no, location=no, directories=no, menubar=no, scrollbars=yes, width=" + width + ", height=" + height)
}
