
// Cross Browser DOM
// copyright Stephen Chapman, 4th Jan 2005
// you may copy this code but please keep the copyright notice as well
var aDOM = 0, ieDOM = 0, nsDOM = 0; var stdDOM = document.getElementById;
if (stdDOM) aDOM = 1; else {ieDOM = document.all; if (ieDOM) aDOM = 1; else {
var nsDOM = ((navigator.appName.indexOf('Netscape') != -1)
&& (parseInt(navigator.appVersion) ==4)); if (nsDOM) aDOM = 1;}}

function xDOM(objectId, wS) 
	{
	if (stdDOM) return wS ? document.getElementById(objectId).style:
	document.getElementById(objectId);
	if (ieDOM) return wS ? document.all[objectId].style: document.all[objectId];
	if (nsDOM) return document.layers[objectId];
	}
	
function rockerolla(i,j)
	{
	oi = xDOM(i,0);
	oi.src=j;
	}

imgindgraf0 = new Image();
imgindgraf0.src="../../gfx/1_Indgraf0.gif";
imgindgraf1 = new Image();
imgindgraf1.src="../../gfx/1_Indgraf1.gif";

imgprinting0 = new Image();
imgprinting0.src="../../gfx/2_printing0.gif";
imgprinting1 = new Image();
imgprinting1.src="../../gfx/2_printing1.gif";

imgroyal0 =  new Image();
imgroyal0.src="../../gfx/3_royal0.gif";
imgroyal1 =  new Image();
imgroyal1.src="../../gfx/3_royal1.gif";

imgallgraf0 = new Image();
imgallgraf0.src="../../gfx/4_AGP0.gif";
imgallgraf1 = new Image();
imgallgraf1.src="../../gfx/4_AGP1.gif";

imgmedis0 = new Image();
imgmedis0.src="../../gfx/5_medis0.gif";
imgmedis1 = new Image();
imgmedis1.src="../../gfx/5_medis1.gif";

imgexperience0 =  new Image();
imgexperience0.src="../../gfx/6_experience0.gif";
imgexperience1 =  new Image();
imgexperience1.src="../../gfx/6_experience1.gif";

imgd_sign0 = new Image();
imgd_sign0.src = "../../gfx/6_d_sign0.gif";
imgd_sign1 = new Image();
imgd_sign1.src = "../../gfx/6_d_sign1.gif";



