function change_image( new_src )					{						document.getElementById('imageContainer').src = new_src;							return false;					}					/*					function init_images()					{						if( images[0][0] != '' ) 	document.getElementById('imageContainer').src = images[i][0];						else						document.getElementById('imageContainer').src = images[1][1];					}					*/					function popupWindow(url,width,height,winname) {  window.open(url,winname,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width='+width+',height='+height);}					