﻿function ShowWatermark(show,tb)
{
    if(show && tb.value == "") tb.style.backgroundImage = "url(http://google.com/coop/images/google_custom_search_watermark.gif)";
    else tb.style.backgroundImage = "none";
}