<!--
/* 
ISOC TOOLS - PHP TEMPLATE PACKAGE
Version 1.0
Author: Henri Wohlfarth (webmaster@isoc.org)
File: isoc-tools.js
Description: javascript
Created: 2006-11-14
Last modified: 2006-11-14
*/

var btisocnew,btisoctmp,btorgnew,btorgtmp,btnetnew,btnettmp,btmemnew,btmemtmp,bthelpnew,bthelptmp,btjoinnew,btjointmp,bthomenew,bthometmp;

btisocnew=new Image(145,32);
btisocnew.src="styles/isoc/btisoc2.gif";
btisoctmp=new Image(145,32);

btorgnew=new Image(145,22);
btorgnew.src="styles/isoc/btorg2.gif";
btorgtmp=new Image(145,22);

bthelpnew=new Image(109,32);
bthelpnew.src="styles/isoc/bthelp2.gif";
bthelptmp=new Image(109,32);

btnetnew=new Image(125,32);
btnetnew.src="styles/isoc/btnet2.gif";
btnettmp=new Image(125,32);

btmemnew=new Image(143,22);
btmemnew.src="styles/isoc/btmem2.gif";
btmemtmp=new Image(143,22);

bthomenew=new Image(109,22);
bthomenew.src="styles/isoc/bthome2.gif";
bthometmp=new Image(109,22);

function changeImage(oldimg,newimg,temp) {	
	temp.src=oldimg.src;
	oldimg.src=newimg.src;
}

function restoreImage(oldimg,temp) {
	oldimg.src=temp.src;
}
//-->