// JavaScript Document

MagicThumb.options = { keepThumbnail: true , duration: 0.25 ,  captionSlideDuration: 0.25 , backgroundFadingOpacity : 0.8 } 

function doClear(theText) {
     if (theText.value == theText.defaultValue) {
         theText.value = ""
     }
 }

