/*****************************************************************************
	General Public License 2004, alshetgaatom.com
	Everyone is permitted to copy and use this code

	This site uses the © Advanced Seasonal Coloring Engine ASCE v1.0
	page rendered 2010-09-06 16:27:50

	0042,200502061045	Frank Heijkamp
*****************************************************************************/

var pageRendered = "2010-09-06 16:27:50";

window.defaultStatus = "AlsHetGaatOm.com";

var isDOM = (document.getElementById ? true : false); 
var isIE4 = ((document.all && !isDOM) ? true : false);
var isNS4 = (document.layers ? true : false);
var isDyn = (isDOM || isIE4 || isNS4);

var verbose = false;


function newWindow() {

	window.open(arguments[0],arguments[1],arguments[2]);
	return;

}


function windowResize(sx,sy,tx,ty) {

	if (window.screen) {
		window.top.resizeTo(sx,sy);
		window.top.moveTo(tx,ty);
	//	alert(screen.availWidth + "x" + screen.availHeight + " " + sx + "x" + sy);
	}

}


function getRef(id) {

	if (isDOM) return document.getElementById(id);
	if (isIE4) return document.all[id];
	if (isNS4) return document.layers[id];

}


function eqHeight( tag, number, correction ) {


	
	var highest = 0;
	for ( var g = 0; g < number; g++ ) {
		var obj = getRef("" + tag + g);
		var h1 = obj.offsetHeight + correction;
		highest = h1 > highest ? h1 : highest;
			}
		for ( s = 0; s < number; s++ ) {
				var obj = getRef("" + tag + s);
		obj.style.height = highest + "px";
	}

}


function showColor(posX,posY,what) {

	e = window.event;
	with (document.all["colorbox"])
	{
		style.left = 161;
		style.top  = 193;
		style.visibility = 'visible';
	}
	ground = what;

}

Error 0000:0100 unable to parse this file!
Close your browser, Please try again in a few minutes.