/*---------------------------------------------------------------
This js-file contains all definitions.
Modified and extended by ACXnet for the WWW.DORAZIL.DE
-----------------------------------------------------------------
Domain.......: dorazil.de
File.........: main_en.js
Ver..........: 6.04.01
-----------------------------------------------------------------
Autor........: Andrzej Czaplicki - acxnet
Url..........: http://www.acxnet.de
E-Mail.......: webmaster@acxnet.de
-----------------------------------------------------------------
Copyright 1999-2006 (acxnet).
All rights reserve.
Further spread further only after express permission !
----------------------------------------------------------------*/


function ButtonSwap (img) {
	document.images[img].src = 'img/en/' + img + '_1.gif';
	
}

function ButtonReSwap (img) {
	document.images[img].src = 'img/en/' + img + '_0.gif';
	
}

