function openNewWin(winURL,winName,winFeatures){var newWin=window.open(winURL,winName,winFeatures);newWin.focus();}var detect = navigator.userAgent.toLowerCase();var OS,browser,version,total,thestring;if (checkIt('konqueror')){        browser = "Konqueror";        OS = "Linux";}else if (checkIt('safari')) browser = "Safari"else if (checkIt('omniweb')) browser = "OmniWeb"else if (checkIt('opera')) browser = "Opera"else if (checkIt('webtv')) browser = "WebTV";else if (checkIt('icab')) browser = "iCab"else if (checkIt('msie')) browser = "Internet Explorer"else if (!checkIt('compatible')){        browser = "Netscape Navigator"        version = detect.charAt(8);}else browser = "An unknown browser";if (!version) version = detect.charAt(place + thestring.length);if (!OS){        if (checkIt('linux')) OS = "Linux";        else if (checkIt('x11')) OS = "Unix";        else if (checkIt('mac')) OS = "Mac"        else if (checkIt('win')) OS = "Windows"        else OS = "an unknown operating system";}function popUp(url) {	newwindow=window.open(url,'name','height=600,width=400');			if (window.focus) {newwindow.focus()}}function checkIt(string){        place = detect.indexOf(string) + 1;        thestring = string;        return place;}var layerSize;if (browser != "Internet Explorer") {    layerSize = '119px';} else {    layerSize = '119px';}// about menuvar aboutMenu=new Array('<A HREF="/about/introduction.html" NAME="PAGE10" ID="PAGE10" CLASS="linkRed">Why Prime?</A>','<A HREF="/about/ourpeople.html" NAME="PAGE40" ID="PAGE40" CLASS="linkRed">Our people</A>','<A HREF="/about/primary_group.html" NAME="PAGE30" ID="PAGE30" CLASS="linkRed">Primary Group</A>','<A HREF="/about/contact_us.html" NAME="PAGE31" ID="PAGE31" CLASS="linkRed">Contact Us</A>','')// claims maangement menuvar claimmanMenu=new Array('') //'<A HREF="/professions/index.html" NAME="PAGE7" ID="PAGE7" CLASS="linkRed">Your Profession</A>','<A HREF="/claimman/index.html" NAME="PAGE6" ID="PAGE6" CLASS="linkRedBold">Prime Claims Management</A>','<A HREF="/riskman/index.html" NAME="PAGE19" ID="PAGE19" CLASS="linkRed">Risk Management</A>','<A HREF="/learning/index.html" NAME="PAGE5" ID="PAGE5" CLASS="linkRed">Publications & Events</A>','<A HREF="/forms/index.html" NAME="PAGE23" ID="PAGE23" CLASS="linkRed">Proposal Forms</A>','<A HREF="/press/index.html" NAME="PAGE27" ID="PAGE27" CLASS="linkRed">Press/media</A>',// risk management menuvar riskmanMenu=new Array('') //'<A HREF="/about/introduction.html" NAME="PAGE8" ID="PAGE8" CLASS="linkRed">About Prime Professions</A>','<A HREF="/professions/index.html" NAME="PAGE7" ID="PAGE7" CLASS="linkRed">Your Profession</A>','<A HREF="/claimman/index.html" NAME="PAGE6" ID="PAGE6" CLASS="linkRedBold">Prime Claims Management</A>','<A HREF="/riskman/index.html" NAME="PAGE19" ID="PAGE19" CLASS="linkRedBold">Risk Management</A>','<A HREF="/learning/newsletters.html" NAME="PAGE5" ID="PAGE5" CLASS="linkRed">Publications & Events</A>','<A HREF="/forms/index.html" NAME="PAGE23" ID="PAGE23" CLASS="linkRed">Proposal Forms</A>','<A HREF="/press/index.html" NAME="PAGE27" ID="PAGE27" CLASS="linkRed">Press/media</A>',// professions menuvar professionsMenu=new Array('<A HREF="/professions/accountants.html" NAME="PAGE42" ID="PAGE42" CLASS="linkRed">Accountants</A>','<A HREF="/professions/actuaries.html" NAME="PAGE43" ID="PAGE43" CLASS="linkRed">Actuaries</A>','<A HREF="/professions/constructionproperty.html" NAME="PAGE44" ID="PAGE44" CLASS="linkRed">Construction & Property</A>','<A HREF="/professions/insurancebrokers/yourpi.html" NAME="PAGE60" ID="PAGE60" CLASS="linkRed">Insurance Broker</A>','<A HREF="/professions/ifa.html" NAME="PAGE49" ID="PAGE49" CLASS="linkRed">Independent Financial Advisers</A>','<A HREF="/professions/international.html" NAME="PAGE50" ID="PAGE50" CLASS="linkRed">International</A>','<A HREF="/professions/solicitors.html" NAME="PAGE51" ID="PAGE51" CLASS="linkRed">Solicitors</A>','<A HREF="/professions/other.html" NAME="PAGE53" ID="PAGE53" CLASS="linkRed">All other professions</A>','')// learning menuvar learningMenu=new Array('<A HREF="/learning/newsletters.html" NAME="PAGE16" ID="PAGE16" CLASS="linkRed">Newsletters/briefings</A>','<A HREF="/learning/seminar.html" NAME="PAGE17" ID="PAGE17" CLASS="linkRed">Seminar schedule</A>','')		// forms menuvar formsMenu=new Array('','')		// press menuvar pressMenu=new Array('<A HREF="/press/biographies.html" NAME="PAGE29" ID="PAGE29" CLASS="linkRed">Biographies</A>','<A HREF="/press/company_descriptor.html" NAME="PAGE28" ID="PAGE28" CLASS="linkRed">Company descriptor</A>','<A HREF="/press/press_contacts.html" NAME="PAGE32" ID="PAGE32" CLASS="linkRed">Press Contacts</A>','<A HREF="/press/group_descriptior.html" NAME="PAGE33" ID="PAGE33" CLASS="linkRed">Primary Group descriptor</A>','')		var menuwidth=layerSize; //default menu widthvar menubgcolor='white'  //menu bgcolorvar disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)var hidemenu_onclick="yes" //hide menu when user clicks within menu?/////No further editting neededvar ie4=document.allvar ns6=document.getElementById&&!document.allif (ie4||ns6)document.write('<div class="dropmenudiv" id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')function getposOffset(what, offsettype){var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;var parentEl=what.offsetParent;while (parentEl!=null){totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;parentEl=parentEl.offsetParent;}return totaloffset;}function showhide(obj, e, visible, hidden, menuwidth){if (ie4||ns6)dropmenuobj.style.left=dropmenuobj.style.top=-500if (menuwidth!=""){dropmenuobj.widthobj=dropmenuobj.styledropmenuobj.widthobj.width=menuwidth}if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")obj.visibility=visibleelse if (e.type=="click")obj.visibility=hidden}function iecompattest(){return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body}function clearbrowseredge(obj, whichedge){var edgeoffset=0if (whichedge=="rightedge"){var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15dropmenuobj.contentmeasure=dropmenuobj.offsetWidthif (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth}else{var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffsetvar windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18dropmenuobj.contentmeasure=dropmenuobj.offsetHeightif (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeightif ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge}}return edgeoffset}function populatemenu(what){if (ie4||ns6)dropmenuobj.innerHTML=what.join("")}function dropdownmenu(obj, e, menucontents, menuwidth, sectionClass){if (window.event) event.cancelBubble=trueelse if (e.stopPropagation) e.stopPropagation()clearhidemenu()dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudivdropmenuobj.className = sectionClass;populatemenu(menucontents)if (ie4||ns6){showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)dropmenuobj.x=getposOffset(obj, "left")dropmenuobj.y=getposOffset(obj, "top")dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"}return clickreturnvalue()}function clickreturnvalue(){if (ie4||ns6) return falseelse return true}function contains_ns6(a, b) {while (b.parentNode)if ((b = b.parentNode) == a)return true;return false;}function dynamichide(e){if (ie4&&!dropmenuobj.contains(e.toElement))delayhidemenu()else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))delayhidemenu()}function hidemenu(e){if (typeof dropmenuobj!="undefined"){if (ie4||ns6)dropmenuobj.style.visibility="hidden"}}function delayhidemenu(){if (ie4||ns6)delayhide=setTimeout("hidemenu()",disappeardelay)}function clearhidemenu(){if (typeof delayhide!="undefined")clearTimeout(delayhide)}if (hidemenu_onclick=="yes")document.onclick=hidemenu