function go(page) {  // (x)HTML valid alternative for target="_blank": <a href="www.aaa.xy" onClick="return!go(this.href)">link</a>
	return window.open(page);
}

function newImg(n) {  // Loading of new image.
  var img = new Image();
  img.src = "./../i/" + n;
  return img;
}

function showCSS(file) {  // Opens window with Cascading StyleSheet of web.
  window.open(file, "_blank", "width=580,height=400,menubar=no,toolbar=no,resizable=no,directories=no,status=no,location=no,scrollbars=yes,left=10,top=10");
}

newImg("arrow.gif");
newImg("contact-hover.gif");
newImg("home-hover.gif");
newImg("dotted.png");
