// This Program Has Created By Mostafa Ebrahim
//               ' www.prdev.com '

function createmenu()
{
var menustr;
menustr="<img usemap='#mapmenu' vspace='2' src='/images/menu.gif' border='0'>"
menustr=menustr + "<map name='mapmenu'>"
menustr=menustr + "<area coords='0,0,85,25' href='/'>"
menustr=menustr + "<area coords='85,0,225,25' href='/article/proglst.asp'>"
menustr=menustr + "<area coords='225,0,287,25' href='/article/proflst.asp'>"
menustr=menustr + "<area coords='287,0,345,25' href='http://prdev.persianblog.com' target='_blank'>"
menustr=menustr + "<area coords='345,0,407,25' href='/newsletters/'>"
menustr=menustr + "<area coords='407,0,545,25' href='/members/'>"
menustr=menustr + "<area coords='545,0,615,25' href='/contact_us.asp'>"
menustr=menustr + "</map>"
document.write(menustr)						
}