bw.filter=(bw.ie55||bw.ie6) && !bw.mac makeCM.prototype.onshow+=";if(c.l[pm.lev].filter) b.filterIt(c.l[pm.lev].filter)" cm_makeLevel.prototype.filter=null cm_makeObj.prototype.filterIt=function(f){ if(bw.filter){ if(this.evnt.filters[0]) this.evnt.filters[0].Stop(); else this.css.filter=f; this.evnt.filters[0].Apply(); this.showIt(); this.evnt.filters[0].Play(); } } function findPos(){ if(bw.ns4){ //Netscape 4 x = document.layers.layerMenu.pageX y = document.layers.layerMenu.pageY }else{ //other browsers x=0; y=0; var el,temp el = bw.ie4?document.all["divMenu"]:document.getElementById("divMenu"); if(el.offsetParent){ temp = el while(temp.offsetParent){ //Looping parent elements to get the offset of them as well temp=temp.offsetParent; x+=temp.offsetLeft y+=temp.offsetTop; } } x+=el.offsetLeft y+=el.offsetTop } //Returning the x and y as an array return [x,y] } pos = findPos() //Menu object creation oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname //Menu properties oCMenu.pxBetween=0 //Using the cm_page object to place the menu ---- oCMenu.fromLeft=pos[0] oCMenu.fromTop=pos[1] //We also need to "re place" the menu on resize. So: oCMenu.onresize="pos = findPos(); oCMenu.fromLeft=pos[0]; oCMenu.fromTop=pos[1]" oCMenu.rows=0 oCMenu.menuPlacement=0 oCMenu.onlineRoot="http://www.europeanestate.com/" oCMenu.resizeCheck=1 oCMenu.wait=1500 oCMenu.fillImg="spacer.gif" oCMenu.zIndex=0 //Background bar properties oCMenu.useBar=0 oCMenu.barWidth="menu" oCMenu.barHeight="menu" oCMenu.barClass="clBar" oCMenu.barX="menu" oCMenu.barY="menu" oCMenu.barBorderX=0 oCMenu.barBorderY=0 oCMenu.barBorderClass="" //Level properties - ALL properties have to be spesified in level 0 oCMenu.level[0]=new cm_makeLevel() //Add this for each new level oCMenu.level[0].width=152 oCMenu.level[0].height=19 oCMenu.level[0].regClass="clLevel0" oCMenu.level[0].overClass="clLevel0over" oCMenu.level[0].borderX=1 oCMenu.level[0].borderY=1 oCMenu.level[0].borderClass="clLevel0border" oCMenu.level[0].offsetX=0 oCMenu.level[0].offsetY=5 oCMenu.level[0].rows=0 oCMenu.level[0].arrow="resimler/menu_ok.gif" oCMenu.level[0].arrowWidth=11 oCMenu.level[0].arrowHeight=11 oCMenu.level[0].align="right" //oCMenu.level[0].filter='progid:DXImageTransform.Microsoft.Fade(duration=0.5)' oCMenu.level[0].clip=0 oCMenu.level[0].clippx=15 oCMenu.level[0].cliptim=3 oCMenu.level[0].filter='progid:DXImageTransform.Microsoft.Fade(duration=0.5)' //oCMenu.level[0].filter='progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=5, Duration=1, Enabled=false)' //EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number) oCMenu.level[1].width=160 oCMenu.level[1].height=19 oCMenu.level[1].regClass="clLevel1" oCMenu.level[1].overClass="clLevel1over" oCMenu.level[1].borderX=1 oCMenu.level[1].borderY=1 oCMenu.level[1].align="right" oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+30 oCMenu.level[1].offsetY=0 oCMenu.level[1].borderClass="clLevel1border" /****************************************** Menu item creation: myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) *************************************/ oCMenu.makeMenu('top1','',' Residential Properties','residential-properties-turkey.php') oCMenu.makeMenu('top2','',' Commercial Properties','commercial-properties-turkey.php') oCMenu.makeMenu('top3','',' Land for Sale','land-for-sale.php') oCMenu.makeMenu('top4','',' Projects','projects.php') oCMenu.makeMenu('top5','',' Rentals','rentings.php') oCMenu.makeMenu('top18','',' Viewing Trips','viewing-trips.php') oCMenu.makeMenu('top6','',' Services','services.php') oCMenu.makeMenu('top7','',' Buying Process','buying-process.php') oCMenu.makeMenu('top8','',' Area Information','area-information.php') oCMenu.makeMenu('top9','',' About Us','about-us.php') oCMenu.makeMenu('top14','',' Our Team','our-team.php') oCMenu.makeMenu('top13','',' Customer Letters','customer-letters.php') oCMenu.makeMenu('top10','',' Contact Us','contact-us.php') oCMenu.makeMenu('top11','',' Weather','http://uk.weather.com/weather/local/TUXX0060?x=16&post=post&code=code&y=8') oCMenu.makeMenu('top15','',' Region Map','fethiye-map.php') oCMenu.makeMenu('top16','',' Links','links/') oCMenu.makeMenu('top12','',' Tell a Friend','tell-a-friend.php') oCMenu.makeMenu('sub10','top1','Dalaman [10]','dalaman-residential-properties.php'); oCMenu.makeMenu('sub11','top1','Fethiye [43]','fethiye-residential-properties.php'); oCMenu.makeMenu('sub12','top1','Calis [74]','calis-residential-properties.php'); oCMenu.makeMenu('sub13','top1','Hisaronu [19]','hisaronu-residential-properties.php'); oCMenu.makeMenu('sub14','top1','Ovacik [51]','ovacik-residential-properties.php'); oCMenu.makeMenu('sub15','top1','Uzumlu [29]','uzumlu-residential-properties.php'); oCMenu.makeMenu('sub16','top1','Fethiye-karagozler [10]','fethiye-karagozler-residential-properties.php'); oCMenu.makeMenu('sub17','top1','Kayakoy [2]','kayakoy-residential-properties.php'); oCMenu.makeMenu('sub18','top1','Gocek [12]','gocek-residential-properties.php'); oCMenu.makeMenu('sub19','top1','Bodrum [1]','bodrum-residential-properties.php'); oCMenu.makeMenu('sub110','top1','Marmaris [21]','marmaris-residential-properties.php'); oCMenu.makeMenu('sub111','top1','Icmeler [8]','icmeler-residential-properties.php'); oCMenu.makeMenu('sub112','top1','Beldibi [15]','beldibi-residential-properties.php'); oCMenu.makeMenu('sub30','top3','Fethiye [1]','fethiye-land-for-sale.php'); oCMenu.makeMenu('sub31','top3','Hisaronu [3]','hisaronu-land-for-sale.php'); oCMenu.makeMenu('sub32','top3','Ovacik [8]','ovacik-land-for-sale.php'); oCMenu.makeMenu('sub33','top3','Uzumlu [9]','uzumlu-land-for-sale.php'); oCMenu.makeMenu('sub34','top3','Marmaris [5]','marmaris-land-for-sale.php'); oCMenu.makeMenu('sub35','top3','Other Areas [1]','other-areas-land-for-sale.php'); //Leave this line - it constructs the menu oCMenu.construct()