// JavaScript Document

str="";
str+="<MAP NAME='menu_Map'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='29,18,59,43' HREF='index.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='65,18,96,43' HREF='contact.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='101,18,132,43' HREF='sitemap.html'>";
str+="</MAP>";
document.write(str);

str="";
str+="<MAP NAME='menu_MapTop'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='56,15,127,29' HREF='whowe.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='146,15,203,29' HREF='services.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='221,15,273,29' HREF='contact.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='6,15,38,29' HREF='index.html'>";
str+="</MAP>";
document.write(str);

str="";
str+="<MAP NAME='menu_MapBottom'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='435,5,565,24' HREF='mailto:info@scriptechinfo.com'>";
str+="</MAP>";
document.write(str);

str="";
str+="<MAP NAME='menu_MapAd'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='6,8,271,75' HREF='ad.html'>";
str+="</MAP>";
document.write(str);

str="";
str+="<MAP NAME='menu_MapService'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='4,20,80,34' HREF='multimedia.html'>";
str+="<AREA SHAPE='rect' ALT='' COORDS='3,3,80,15' HREF='services.html'>";
str+="</MAP>";
document.write(str);

