<!-- 
             function godjul() {

		var width = 1;
		var height = 1;

			width = (screen.width - 600) / 2;
			height = (screen.height - 480) / 2;

              window.open('http://www.sitesing.se/godjul/godjul.html','ljudgran1',"toolbar=no,directories=no,status=no,menubar=no,location=no,scrollbars=no,resizable=no,fullscreen=0,top=0,left=0,width=600,height=480,top="+height+",left="+width);

		}

//-->
