ÿþ <html> <head> <title>Chow-chow. Kennel "Wanted Soul"</title> <meta name="keywords" content="chow,chowchow,chow-chow,chows,kennel,kutsikad,puppies,chow club,koduleht,chowki,luhikarvalised chow,Okino,Napoleon,isased,emased,cream,valged chowd,kreem,punased,mustad,red,black,naitused,dog showd"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> body { scrollbar-3d-light-color:#FFFFFF; scrollbar-arrow-color:#6D6E10; scrollbar-base-color:#ECEAE8; scrollbar-dark-shadow-color:#D7D3CF; scrollbar-face-color:#ECEAE8; scrollbar-highlight-color:#FFFFFF; scrollbar-track-color:#ECEAE8; scrollbar-shadow-color:#D7D3CF; background-attachment: fixed; background-image: url(luvbackground.jpg); background-repeat: repeat; } </style> <style type="text/css"> <!-- a:link { color: 6D6E10; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } a:visited { color: 6D6E10; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } a:hover { color: 82811A; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } --> </style> <style type="text/css"> #dropmenudiv{ position:absolute; border:1px #ECEAE8; border-bottom-width: 0; font:normal 10px/14px Verdana; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px #ECEAE8; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: #EDEBD7; } font { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } </style> <script type="text/javascript"> /*********************************************** * © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1, and so on var menu1=new Array() menu1[0]='<a href="http://www.hot.ee/wsmales/okino.html">Okino</a>' menu1[1]='<a href="http://www.hot.ee/wsmales/napoleon.html">Napoleon</a>' menu1[2]='<a href="http://www.hot.ee/wsmales/shogun.html">Zuumi</a>' menu1[3]='<a href="http://www.hot.ee/wsmales/odissey.html">Odissey</a>' menu1[4]='<a href="http://www.hot.ee/wsmales/dude.html">Dude</a>' var menu2=new Array() menu2[0]='<a href="http://www.hot.ee/wsfemales/kim.html">Kim</a>' menu2[1]='<a href="http://www.hot.ee/wsfemales/charina.html">Charina</a>' menu2[2]='<a href="http://www.hot.ee/wsfemales/emma.html">Emma</a>' menu2[3]='<a href="http://www.hot.ee/wsfemales/mia.html">Mindi</a>' menu2[4]='<a href="http://www.hot.ee/wsfemales/cleer.html">Cleer</a>' menu2[5]='<a href="http://www.hot.ee/wsfemales/luna.html">Luna</a>' menu2[6]='<a href="http://www.hot.ee/wsfemales/elli.html">Elli</a>' menu2[7]='<a href="http://www.hot.ee/wsfemales/matas.html">Matas</a>' var menu3=new Array() menu3[0]='<a href="http://www.hot.ee/wschows/sale.html"><font color=red>SALE</font></a>' menu3[1]='<a href="http://www.hot.ee/wschows/puppies2.html">Gallery One</a>' menu3[2]='<a href="http://www.hot.ee/wschows/puppies3.html">Gallery Two</a>' menu3[3]='<a href="http://www.hot.ee/wschows/puppies4.html">Gallery Three</a>' var menuwidth='150px' //default menu width var menubgcolor='#' //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 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="-500px" 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){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv 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 </script> </head> <body bgcolor="#ECEAE8"> <table width="810" border="1" align="center" cellpadding="2" cellspacing="4" bordercolorlight="FFFFFF" bordercolordark="#D7D3CF" background="luvinnertile.jpg"> <tr> <td align="center"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="2" background="luvdkstrip.jpg"> <tr> <td align="center"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="luvinnertile.jpg"> <tr> <td align="center"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="800" height="370" background="index_luvpiclinkware2.jpg"><br> <br> <br> <br> <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td><table width="87%" border="0" align="right" cellpadding="6" cellspacing="2" bordercolorlight="C7BDBB" bordercolordark="#FFFFFF"> <tr> <td align="center"><a href="http://www.hot.ee/wschows/index.html" title="Home"><strong>HOME</strong></a> <strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.hot.ee/wsmales/males.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '120px')" onMouseout="delayhidemenu()"> OUR MALES </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.hot.ee/wsfemales/females.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '110px')" onMouseout="delayhidemenu()"> OUR FEMALES </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.hot.ee/wschows/puppies.html" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '110px')" onMouseout="delayhidemenu()"> PUPPIES </a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.hot.ee/wsfemales/contact.html">CONTACT</a></strong></td> </tr> </table></td> </tr> </table> </td> </tr> <tr> <td background="luvmidtile.jpg"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="16%" align="center" valign="top"> <table width="126" border="0" align="center" cellpadding="0" cellspacing="0" background="luvinnertile.jpg"> <tr> <td align="center" valign="top"><strong><font color=6D6E10>:: LINKS ! ::</font><br> </strong></td> </tr> </table> <br> <br> </td> <!-- 0G0;> >A=>2=>9 G0AB8 --> <td width="84%" align="center" valign="top"><strong> <p align="center"><font color=#6D6E10> <b><i>Tere tulemast kennel "Wanted Soul" kodulehele!</i></b></font></p> <font color=#8D455D>:: NEWS / UUDISED ::</font><br> </strong><br> <br> <table width="70%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> <font color=#6D6E10><li><i> <font color=red>New ! Puppies !</font><br> &nbsp;&nbsp;&nbsp;&nbsp;sündinud / born <font color=#990000>07.06.2011</font><br> &nbsp;&nbsp;&nbsp;&nbsp;Amavita Gerakl / Charming Dream Velvet Vamp Vasilisa <br> <font color=#85296C>&nbsp;&nbsp;&nbsp;&nbsp;luhikarvaline emane</font> - Charming Dream Smooth Iden<br><br> <div align="left"> &nbsp;&nbsp;&nbsp;&nbsp;<a href="iden.jpg"><img src="iden.jpg" width="115" height="110" border="0"></a> <a href="iden1.jpg"><img src="iden1.jpg" width="100" height="110" border="0"></a><a href="iden2.jpg"><img src="iden2.jpg" width="120" height="110" border="0"></a> </div> <br><br> <br> <font color=#85296C> <br>&nbsp;&nbsp;&nbsp;&nbsp;info : +37256398105 <br>&nbsp;&nbsp;&nbsp;&nbsp;e-mail : marikakonsa@gmail.com</font> </i></li></font><br><br><br> <br><br> </td> </tr> </table> <br> <br> <br> <img src="luvdivider.gif" width="283" height="25" border="0"><br> <br> </td> </tr> </table> </td> </tr> <!-- >=5F >A=>2=>9 G0AB8 --> <tr> <td height="75" background="luvbottomtile.jpg">&nbsp; </td> </tr> </table> <A HREF="http://counter.ok.ee/stats.php?ID=467daf29d9d93"> <IMG SRC="http://counter.ok.ee/counter.php?ID=467daf29d9d93&stiil=15" BORDER=0 NOCACHE></A> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html>