function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}

function flash(tag){ 
document.write(tag);
}

function nextimg(imgcible,cat) { 
 var mon_image = new Image();	
 mon_image.src = "images/slideshow/"+cat+"/"+imgcible+".jpg";
 document.teston.src = mon_image.src;
}
