// JavaScript Documentfunction js_changeimage(src,popup,width,height){	if(popup==1){		popup = window.open(src,'image','width='+width+',height='+height+',status=0,menubar=0,scrollbars=0,resizable=0');	} else {		document.frlcas_image.src = src;		document.frlcas_image.width = width;		document.frlcas_image.heigth = heigth;	}}
