/* Called in body onload */

function init() {
  IEHoverPseudo();
}

/* Visitor's screen definition */
function screendef() {
	var defx = screen.width;
	var defy = screen.height;
	document.write(defx + "x" + defy);
}
