
inc_header_js =
'<style type="text/css">\n\n#dropmenudiv{\nposition:absol'
+ 'ute;\nborder:1px solid black;\nborder-bottom-width: 0;\n'
+ 'font:normal 12px Verdana;\nline-height:18px;\nz-index:10'
+ '0;\n}\n\n#dropmenudiv a{\nwidth: 100%;\ndisplay: block;\n'
+ '\ntext-indent: 3px;\nborder-bottom: 1px solid black;\npad'
+ 'ding: 1px 0;\ntext-decoration: none;\nfont-weight: bold;'
+ '\n}\n\n#dropmenudiv a:hover{ /*hover background color*/\n'
+ '\nbackground-color: #191970;\n}\n\n</style>\n\n<script ty'
+ 'pe="text/javascript">\n//Contents for menu 1\nvar menu1='
+ 'new Array()\nmenu1[0]=\'<A HREF="/insurance/icici-lombard-insurance/overseas-travel-insurance-gold-icici-lombard.asp" title="'
+ ' ICICI Lombard - Overseas Travel Insurance - Gold"><FONT face="Trebuchet MS,Arial,Helveti'
+ 'ca" size=-2 color=#ffffff><B>Overseas Travel Insurance - Gold</B></FO'
+ 'NT></A>\'\nmenu1[1]=\'<A HREF="/insurance/icici-lombard-insurance/overseas-travel-insurance-platinum-icici-lombard.asp" '
+ 'title="ICICI Lombard - Overseas Travel Insurance - Platinum"><FONT face="Trebuchet MS,Ar'
+ 'ial,Helvetica" size=-2 color=#ffffff><B>Overseas Travel Insurance - '
+ 'Platinum</B></FONT></A>\'\nmenu1[2]=\'<A HREF="/insurance/icici-lombard-insurance/overseas-travel-insurance-senior-citizen-icici-lombard.asp" title'
+ '="ICICI Lombard - Overseas Travel Insurance - senior Citizen"><FONT face="Trebuchet MS,Ar'
+ 'ial,Helvetica" size=-2 color=#ffffff><B>Overseas Travel Insurance - '
+ 'Senior Citizen</B></FONT></A>\'\n\n//Contents for menu 2, and so on\nvar menu2=new Ar'
+ 'ray()\nmenu2[0]=\'<A HREF="/insurance/icici-lombard-insurance/'
+ 'student-medical-insurance-plus-icici-lombard.asp" title="ICICI Lombard - Student Medical Insurance - Plus"><FONT fa'
+ 'ce="Trebuchet MS,Arial,Helvetica" size=-2 color=#ffffff>'
+ '<B>Student Medical Insurance - Plus</B></FONT></A>\'\nmenu2[1]=\'<A HR'
+ 'EF="/insurance/icici-lombard-insurance/student-medical-insurance-gold-icici-lombard.asp" title="'
+ 'ICICI Lombard - Student Medical Insurance - Gold"><FONT face="Trebuchet MS,Arial,Helvetica" s'
+ 'ize=-2 color=#ffffff><B>Student Medical Insurance - Gold</A>\'\nmenu'
+ '2[2]=\'<A HREF="/insurance/icici-lombard-insurance/'
+ 'student-medical-insurance-bronze-icici-lombard.asp" title="'
+ 'ICICI Lombard - Student Medical Insurance - Bronze"><FONT face="Trebuchet MS,Arial,Helvetic'
+ 'a" size=-2 color=#ffffff><B>Student Medical'
+ ' Insurance - Bronze</B></FONT></A>\'\n\n//Contents for menu 3, and so on\nvar menu3=new Ar'
+ 'ray()\nmenu3[0]=\'<A HR'
+ 'EF="/icici-lombard-insurance/motor-car-insurance-icici-lombard.asp" title="'
+ 'ICICI Lombard - Motor Car Insurance"><FONT face="Trebuchet MS,Arial,Helvetica" s'
+ 'ize=-2 color=#ffffff><B>Car Insurance</A>\'\nmenu'
+ '3[1]=\'<A HREF="/icici-lombard-insurance/motor-twowheeler-insurance-icici-lombard.asp" title="ICICI Lombard -'  + 'Two'
+ ' Wheeler Insurance"><FONT face="Trebuchet MS,Arial,He'
+ 'lvetica" size=-2 color=#ffffff><B>Two Wheeler Insurance'
+ '</B></FONT></A>\'\nmenu3[2]=\'<A HREF="/icici-lombard-insurance/'
+ 'motor-commercial-vehicle-insurance-icici-lombard.asp" title="'
+ 'ICICI Lombard - Commercial vehicle Insurance"><FONT face="Trebuchet MS,Arial,Helvetic'
+ 'a" size=-2 color=#ffffff><B>Commercial vehicle Insurance'
+ ' </B></FONT></A>\'\n\n//Contents for menu 4, and so on\nvar menu4=new Ar'
+ 'ray()\nmenu4[0]=\'<A HR'
+ 'EF="http://www.nriol.com/indianinsurance/icici-lombard-insurance/health-advantage-plus-insurance.asp" title="'
+ 'Health Advantage Plus Insurance - ICICI Lombard"><FONT face="Trebuchet MS,Arial,Helvetica" s'
+ 'ize=-2 color=#ffffff><B>Health Advantage Plus Insurance</A>\'\nmenu'
+ '4[1]=\'<A HREF="/indianinsurance/icici-lombard-insurance/family-floater-insurance.asp" title="Family Floater Insurance'
+ ' "><FONT face="Trebuchet MS,Arial,He'
+ 'lvetica" size=-2 color=#ffffff><B>Family Floater Ins'
+ 'urance</B></FONT></A>\'\nmenu4[2]=\'<A HREF="/indianinsurance/icici-lombard-insurance/'
+ 'personal-accident-insurance.asp" title="'
+ 'Personal Accident Insurance"><FONT face="Trebuchet MS,Arial,Helvetic'
+ 'a" size=-2 color=#ffffff><B>Personal Accident'
+ ' Insurance</B></FONT></A>\'\nvar menuwidth=\'200px\' //default menu width\nvar m'
+ 'enubgcolor=\'#004FB3\'  //menu bgcolor\nvar disappeardelay'
+ '=250  //menu disappear speed onMouseout (in miliseconds)'
+ '\nvar hidemenu_onclick="yes" //hide menu when user click'
+ 's within menu?\n\n/////No further editting needed\n\nvar'
+ ' ie4=document.all\nvar ns6=document.getElementById&&!doc'
+ 'ument.all\n\nif (ie4||ns6)\ndocument.write(\'<div id="dro'
+ 'pmenudiv" style="visibility:hidden;width:\'+menuwidth+\';b'
+ 'ackground-color:\'+menubgcolor+\'" onMouseover="clearhidem'
+ 'enu()" onMouseout="dynamichide(event)"></div>\')\n\nfunct'
+ 'ion getposOffset(what, offsettype){\nvar totaloffset=(of'
+ 'fsettype=="left")? what.offsetLeft : what.offsetTop;\nva'
+ 'r parentEl=what.offsetParent;\nwhile (parentEl!=null){\n'
+ 'totaloffset=(offsettype=="left")? totaloffset+parentEl.o'
+ 'ffsetLeft : totaloffset+parentEl.offsetTop;\nparentEl=pa'
+ 'rentEl.offsetParent;\n}\nreturn totaloffset;\n}\n\n\nfun'
+ 'ction showhide(obj, e, visible, hidden, menuwidth){\nif '
+ '(ie4||ns6)\ndropmenuobj.style.left=dropmenuobj.style.top'
+ '=-500\nif (menuwidth!=""){\ndropmenuobj.widthobj=dropmen'
+ 'uobj.style\ndropmenuobj.widthobj.width=menuwidth\n}\nif '
+ '(e.type=="click" && obj.visibility==hidden || e.type=="m'
+ 'ouseover")\nobj.visibility=visible\nelse if (e.type=="cl'
+ 'ick")\nobj.visibility=hidden\n}\n\nfunction iecompattest'
+ '(){\nreturn (document.compatMode && document.compatMode!'
+ '="BackCompat")? document.documentElement : document.body'
+ '\n}\n\nfunction clearbrowseredge(obj, whichedge){\nvar e'
+ 'dgeoffset=0\nif (whichedge=="rightedge"){\nvar windowedg'
+ 'e=ie4 && !window.opera? iecompattest().scrollLeft+iecomp'
+ 'attest().clientWidth-15 : window.pageXOffset+window.inne'
+ 'rWidth-15\ndropmenuobj.contentmeasure=dropmenuobj.offset'
+ 'Width\nif (windowedge-dropmenuobj.x < dropmenuobj.conten'
+ 'tmeasure)\nedgeoffset=dropmenuobj.contentmeasure-obj.off'
+ 'setWidth\n}\nelse{\nvar topedge=ie4 && !window.opera? ie'
+ 'compattest().scrollTop : window.pageYOffset\nvar windowe'
+ 'dge=ie4 && !window.opera? iecompattest().scrollTop+iecom'
+ 'pattest().clientHeight-15 : window.pageYOffset+window.in'
+ 'nerHeight-18\ndropmenuobj.contentmeasure=dropmenuobj.off'
+ 'setHeight\nif (windowedge-dropmenuobj.y < dropmenuobj.co'
+ 'ntentmeasure){ //move up?\nedgeoffset=dropmenuobj.conten'
+ 'tmeasure+obj.offsetHeight\nif ((dropmenuobj.y-topedge)<d'
+ 'ropmenuobj.contentmeasure) //up no good either?\nedgeoff'
+ 'set=dropmenuobj.y+obj.offsetHeight-topedge\n}\n}\nreturn'
+ ' edgeoffset\n}\n\nfunction populatemenu(what){\nif (ie4|'
+ '|ns6)\ndropmenuobj.innerHTML=what.join("")\n}\n\n\nfunct'
+ 'ion dropdownmenu(obj, e, menucontents, menuwidth){\nif ('
+ 'window.event) event.cancelBubble=true\nelse if (e.stopPr'
+ 'opagation) e.stopPropagation()\nclearhidemenu()\ndropmen'
+ 'uobj=document.getElementById? document.getElementById("d'
+ 'ropmenudiv") : dropmenudiv\npopulatemenu(menucontents)\n'
+ '\nif (ie4||ns6){\nshowhide(dropmenuobj.style, e, "visibl'
+ 'e", "hidden", menuwidth)\ndropmenuobj.x=getposOffset(obj'
+ ', "left")\ndropmenuobj.y=getposOffset(obj, "top")\ndropm'
+ 'enuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "r'
+ 'ightedge")+"px"\ndropmenuobj.style.top=dropmenuobj.y-cle'
+ 'arbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"\n'
+ '}\n\nreturn clickreturnvalue()\n}\n\nfunction clickretur'
+ 'nvalue(){\nif (ie4||ns6) return false\nelse return true\n'
+ '\n}\n\nfunction contains_ns6(a, b) {\nwhile (b.parentNode'
+ ')\nif ((b = b.parentNode) == a)\nreturn true;\nreturn fa'
+ 'lse;\n}\n\nfunction dynamichide(e){\nif (ie4&&!dropmenuo'
+ 'bj.contains(e.toElement))\ndelayhidemenu()\nelse if (ns6'
+ '&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.cu'
+ 'rrentTarget, e.relatedTarget))\ndelayhidemenu()\n}\n\nfu'
+ 'nction hidemenu(e){\nif (typeof dropmenuobj!="undefined"'
+ '){\nif (ie4||ns6)\ndropmenuobj.style.visibility="hidden"'
+ '\n}\n}\n\nfunction delayhidemenu(){\nif (ie4||ns6)\ndela'
+ 'yhide=setTimeout("hidemenu()",disappeardelay)\n}\n\nfunc'
+ 'tion clearhidemenu(){\nif (typeof delayhide!="undefined"'
+ ')\nclearTimeout(delayhide)\n}\n\nif (hidemenu_onclick=="'
+ 'yes")\ndocument.onclick=hidemenu\n\n</script>';

// end_var_declaration
document.write(inc_header_js);
