// JavaScript Document

document.write('Contact :-</font><font face="Arial, Helvetica, sans-serif" size="1"><br>');
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'mum\')"  onMouseOut="hide()">Mumbai</a> ');
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'pune\')"  onMouseOut="hide()">Pune</a> ');
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'hyd\')"  onMouseOut="hide()">Hyderabad</a>'); 
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'ban\')"  onMouseOut="hide()">Bangalore</a> ');
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'che\')"  onMouseOut="hide()">Chennai</a> ');
document.write('            || <a href="help.html" target="_parent" onMouseOver="show(\'coi\')"  onMouseOut="hide()">Coimbatore</a> ');
document.write('            || </font>');