function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		usersaward_01 = newImage("images/useraward_01-over.gif");
		preloadFlag = true;
	}
}


var raampje, xtra, ytra;

function sleepen() {
	if (event.button!=1) return;	
	raampje = eval("maildiv");
	temp1=raampje.style.posLeft;
	temp2=raampje.style.posTop;
	xpos=event.clientX;
	ypos=event.clientY;
	xtra = temp1-xpos;
	ytra = temp2-ypos;
	document.onmousemove=plaats;
}

function plaats() {
	if (event.button==1) {
		raampje.style.pixelLeft=event.clientX+xtra;
		raampje.style.pixelTop=event.clientY+ytra;
		return false;
	}
}

function raam(inside,width,height, e) {		
	 						
	var thisspan = eval("maildiv.style") 
	if(!document.all) {
		thisspan.pixelLeft = e.pageX;		
		thisspan.pixelTop =  e.pageY;
	}
	// IE in Windows
	else {
		thisspan.pixelLeft = window.event.x+document.body.scrollLeft;
   		thisspan.pixelTop  = window.event.y+document.body.scrollTop;
   	};
	thisspan.visibility="visible";
	output = "<table bgcolor=#ffffff onclick='closeraam()' cellpadding=0 cellspacing=0 width=" + width + " height=" + height + " border=1>";
	output += "<tr><td width=100%>" + inside + "</td></tr><table>";
	maildiv.innerHTML = output;
}

function closeraam() {
	maildiv.style.visibility="hidden";
}


function popthatcris(e) {
	outp = "";
	outp +="<DIV CLASS=\"epop\">This project brings IT user experience and perspective to the forefront. A start has been made on building up a user movement to influence IT development. Among the activities that this project has set in motion are:<UL><LI>User conferences taking the form of \"computer fairs\" where users swap experiences of various systems. Suppliers of good IT support offer demonstrations, and research results are presented.</LI><LI>The UsersAward is a prize that LO awards annually to acknowledge particularly well functioning IT support. The prize is awarded to the workplace and the suppliers that have participated in the design of the IT support. The first award ceremony took place in 2000.</LI><LI>User questionnaires in the workplace. User surveys are carried out on the most common standard programs in each branch.</LI><LI>Pilot projects that include introduction methods, simulation, quality assurance, accessibility and mobility. A number of projects have been started in association with researchers from the Centre for User-oriented Design  (CID) at Kungliga Tekniska Hšgskolan (Stockholm) - the Royal Swedish Institute of  Technology, the University of Uppsala, Institutet fšr Verkstadsteknisk Forskning (IVF) -  The Swedish Institute for Mechanical  Engineering Research in BorŒs and GŠvle Technical College.</LI><LI>Certification. In conjunction with researchers, work has begun on drawing up a set of criteria.</LI></UL>For more information please refer to <A HREF=\"http://www.usersaward.com\" TARGET=1>www.usersaward.com</A>.</DIV>";
	raam(outp,300,50, e);
}




