			/**************************************			*	Author:									*			*	Eliezer Navarsky						*			*	eMail: navarsky@shtrudel.co.il			*			*	Shtrudel Advanced Communications		*			*	Web: http://www.shtrudel.co.il			*			*											*			**************************************/// debug message//alert("Preloading OK Cancel");if (document.images) {							// Preloading of OK Cancel buttons images	img0on = new Image();						// Active images	img0on.src = "images/cancelon.gif";	img1on = new Image();	img1on.src = "images/okon.gif";																				            	img0off = new Image();						// Inactive images	img0off.src = "images/canceloff.gif";	img1off = new Image();	img1off.src = "images/okoff.gif";}
