﻿//function show(s)
//{
//alert(s);
//    s = '<table width="100%" cellspacing="2" cellpadding="0" border="0">';
//    s += '<tr><td><img src="http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg" border="0"/> </td><td valign="top">WikiPedia</td></tr>'; 
//    s += '<tr><td colspan="2" class="Text"><hr/>this is a test for simple tooltip. <br/>You can add text and images to the tooltip</td></tr>';
//    s += '</table>';
//    toolTip(s)
//}