ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>PARTEKS</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"> <meta http-equiv="Content-Type" content=x"text/html; charset=windows-1254"> <meta http-equiv="Reply-to" content="ab@dede.net"> <meta http-equiv="Description" content=""> <meta name="Abstract" content=""> <meta name="Keywords" content="lingerie, lingerie accessories, iç çama_1r1, iç çama_1r1 aksesuar1, accessories, wires, balen teli, home textile, Jaquard Mattress Ticking Fabrics, Bra Underwire, Nylon Coated Bookbinding Wires, Pet Coated & Galvanized Flat Brassiere Wire"> </head> <script language="javascript"> <!-- hide script from old browsers //detect browser: browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if (browserName == "Netscape" && browserVer >= 3) browserVer = "1"; else if (browserName == "Microsoft Internet Explorer" && browserVer == 4) browserVer = "1"; else browserVer = "2"; //preload images: if (browserVer == 1) { a1 = new Image(62,378); a1.src = "images/slogan3_1r.gif"; a2 = new Image(62,378); a2.src = "images/slogan3r.gif"; } //image swapping function: function hiLite(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { b1 = new Image(123,123); b1.src = "images/anares1_1.jpg"; b2 = new Image(123,123); b2.src = "images/anares1.jpg"; } //image swapping function: function hiLite1(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { c1 = new Image(123,123); c1.src = "images/anares2_1.jpg"; c2 = new Image(123,123); c2.src = "images/anares2.jpg"; } //image swapping function: function hiLite2(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { d1 = new Image(123,123); d1.src = "images/anares3_1.jpg"; d2 = new Image(123,123); d2.src = "images/anares3.jpg"; } //image swapping function: function hiLite3(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { e1 = new Image(124,123); e1.src = "images/anares4_1.jpg"; e2 = new Image(124,123); e2.src = "images/anares4.jpg"; } //image swapping function: function hiLite4(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { f1 = new Image(123,123); f1.src = "images/anares5_1.jpg"; f2 = new Image(123,123); f2.src = "images/anares5.jpg"; } //image swapping function: function hiLite5(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { g1 = new Image(123,123); g1.src = "images/anares6_1.jpg"; g2 = new Image(123,123); g2.src = "images/anares6.jpg"; } //image swapping function: function hiLite6(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //preload images: if (browserVer == 1) { h1 = new Image(132,44); h1.src = "images/res_y_6_001_4.jpg"; h2 = new Image(132,44); h2.src = "images/res_y_6_001_4_1.jpg"; } //image swapping function: function hiLite7(imgDocID, imgObjName, comment) { if (browserVer == 1) { document.images[imgDocID].src = eval(imgObjName + ".src"); window.status = comment; return true; }} //end hiding --> </script> <style type="text/css"> #dhtmltooltip{ position: absolute; left: -300px; width: 100px; border: 1px solid black; padding: 2px; background-color: #333333; visibility: hidden; z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ font-family: Verdana; font-size: x-small; COLOR: #c0c0c0; } #dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; } </style> <script type="text/javascript"> /*********************************************** * Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ var offsetfromcursorX=12 //Customize x offset of tooltip var offsetfromcursorY=10 //Customize y offset of tooltip var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1). document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV document.write('<img id="dhtmlpointer" src="images/spacer.gif">') //write out pointer image var ie=document.all var ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : "" var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : "" function ietruebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function ddrivetip(thetext, thewidth, thecolor){ if (ns6||ie){ if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px" if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor tipobj.innerHTML=thetext enabletip=true return false } } function positiontip(e){ if (enabletip){ var nondefaultpos=false var curX=(ns6)?e.pageX : event.x+ietruebody().scrollLeft; var curY=(ns6)?e.pageY : event.y+ietruebody().scrollTop; //Find out how close the mouse is to the corner of the window var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20 var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20 var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000 //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<tipobj.offsetWidth){ //move the horizontal position of the menu to the left by it's width tipobj.style.left=curX-tipobj.offsetWidth+"px" nondefaultpos=true } else if (curX<leftedge) tipobj.style.left="5px" else{ //position the horizontal position of the menu where the mouse is positioned tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px" pointerobj.style.left=curX+offsetfromcursorX+"px" } //same concept with the vertical position if (bottomedge<tipobj.offsetHeight){ tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px" nondefaultpos=true } else{ tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px" pointerobj.style.top=curY+offsetfromcursorY+"px" } tipobj.style.visibility="visible" if (!nondefaultpos) pointerobj.style.visibility="visible" else pointerobj.style.visibility="hidden" } } function hideddrivetip(){ if (ns6||ie){ enabletip=false tipobj.style.visibility="hidden" pointerobj.style.visibility="hidden" tipobj.style.left="-1000px" tipobj.style.backgroundColor='' tipobj.style.width='' } } document.onmousemove=positiontip </script> <body background="images/BG.gif" bgproperties="fixed" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0"> <style> .text1 { color:#666666; text-decoration:none; } .text3 { color:#999999; text-decoration:none; } .text6 { color:#C9DBE0; text-decoration:none; } .text1:hover { color:#7D7C7C; text-decoration:none; } .text3:hover { color:#000000; text-decoration:none; } .text6:hover { color:#666666; text-decoration:none; } </style> <table width="780" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="100" colspan="4"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> <!-- UST BANT --> <tr> <td height="105" colspan="4" align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td width="42"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="664" height="93"> <param name=movie value="images/ban_map002.swf"> <param name=quality value=high> <param name="menu" value="true"> <embed src="images/ban_map002.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="664" height="93" menu="false"> </embed> </object> </td> <td width="50"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> </table> </td> </tr> <!-- UST BANT SON --> <tr> <td height="11" colspan="4"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> <!-- UST MONU --> <tr> <td height="24" colspan="4" align="left" valign="top"> <table width="756" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td width="605" height="24"><script language="JavaScript" src="javascript.js"> </script><script src="xaramenu.js"></script><script webstyle3 src="index_rus.js"></script></td> <td width="84" height="24"><img src="images/sitemapr.gif" alt="" width="84" height="24" hspace="0" vspace="0" border="0" align="left"></td> <td width="67" height="24"><img src="images/ustmenu_sag.gif" alt="" width="67" height="24" hspace="0" vspace="0" border="0" align="left"></td> <td width="24"><img src="images/spacer.gif" width="24" height="1" alt="" border="0"></td> </tr> </table> </td> </tr> <!-- UST MONU SON --> <!-- MENU ALT BANT --> <tr> <td width="57" height="9"><img src="images/menubant1.gif" width="57" height="9" alt="" border="0"></td> <td width="632" height="9"><img src="images/menubant2.gif" width="632" height="9" alt="" border="0"></td> <td width="5" height="9"><img src="images/spacer.gif" width="5" height="1" alt="" border="0"></td> <td width="86" height="9" align="left" valign="top"><img src="images/menubant3.gif" width="62" height="9" alt="" border="0"></td> </tr> <!-- MENU ALT BANT SON --> <tr> <td width="57" height="378" background="images/ana1_bg.gif"><img src="images/ana1r.gif" alt="" width="57" height="378" hspace="0" vspace="0" border="0" align="left"></td> <td width="632" height="378" align="left" valign="top"> <table width="632" border="0" cellspacing="0" cellpadding="0" align="left"> <!-- ANA ALAN --> <tr> <td width="27" height="378"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="570" height="378" align="left" valign="top"> <table width="570" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="17" colspan="2"><img src="images/spacer.gif" width="1" height="17" alt="" border="0"></td> </tr> <tr> <td width="133" height="20" background="images/bg1.gif"><img src="images/spacer.gif" width="133" height="1" alt="" border="0"></td> <td width="437" height="20"><img src="images/L6U.gif" alt="" width="437" height="20" hspace="0" vspace="0" border="0" align="left"></td> </tr> <tr> <td width="133" height="212" align="left" valign="top" background="images/bg2.gif"> <table width="133" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="13" colspan="2"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> <tr> <td width="12" align="left" valign="top"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="25"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="narrowkrus.html" class="text1">-C7:8E B@8:>B06=KE <br>&nbsp;&nbsp;C?@C3><</a></strong></font></td> </tr> <tr><td width="12" align="left" valign="top"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="25"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="narrowwrus.html" class="text1">-#7:>-B:0=0O <br>&nbsp;&nbsp;M40AB8G=0O B5AL<0</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="38"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="hookeyerus.html" class="text1">-:@NG:><  3;07 <br>&nbsp;&nbsp;:@5?56=K5 <br>&nbsp;&nbsp; ;5=BK</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="14"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="bracupsrus.html" class="text1">-1NAB30;LB5@ :C1:8</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="14"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="braunderwiresrus.html" class="text1">-1NAB30;LB5@ ?@>2>;>:8</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="14"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="rachellarus.html" class="text1">-@C6520 ?>;>B=><</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121" height="28"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="readytowrus.html" class="text1">-3>B>2K9<br>&nbsp;&nbsp;>?0B:0 @5<=8</a></strong></font></td> </tr> <tr> <td width="12"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> <td width="121"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#333333"><strong><a href="plasticmetrus.html" class="text1">-;0AB8:>2K5 8 <5B0;;8G5A:85 <br>&nbsp;&nbsp;59;>=>2K5 5;>20==0O <br>&nbsp;&nbsp;=0AB@>9:0</a></strong></font></td> </tr> </table> </td> <td width="437" height="212" align="left" valign="top"><img src="images/L6ana.jpg" alt="" width="437" height="212" hspace="0" vspace="0" border="0" align="left"></td> </tr> <tr> <td height="15" colspan="2"><img src="images/spacer.gif" width="1" height="15" alt="" border="0"></td> </tr> <tr> <td width="133" height="140" align="center" valign="top"><img src="images/lingerie_c.gif" onMouseover="ddrivetip('Under Construction')"; onMouseout="hideddrivetip()" width="100" height="134" hspace="0" vspace="0" border="0"></td> <td width="437" align="left" valign="top"><font face="Verdana,Geneva,Arial,Helvetica,sans-serif" size="1" color="#999999"><strong>0H8 G5E;K 4;O :0@:0A>2 45;OBAO =0 C7:>-B:0=K5 8 AH8BK5 87 B:0=8 (A =0GQA><)100% =09;>=0. ;03>40@O A?5F80;L=K< B5E=>;>38G5A:8< =0E>4:0< ?@>872>4AB20, =0H8 G5E;K ?@8 =>A:5 1NA30;B5@0 =5 ?@>:0;K20NBAO <5B0;8G5A:8< :0@:0A><. <br><br> "0:65 <K ?@54;>305< G5E;K 4;O :0@:0A>2 2 F25B5. </strong></font></td> </tr> </table> </td> <td width="35" height="378"><img src="images/spacer.gif" width="1" height="1" alt="" border="0"></td> </tr> <!-- ANA ALAN SON --> </table> </td> <td width="5" height="378"><img src="images/spacer.gif" alt="" width="5" height="1" hspace="0" vspace="0" border="0" align="left"></td> <td width="86" height="378" align="left" valign="top" background="images/slogan_bg.gif"><a href="#" onMouseOver="hiLite('a','a1','Your Comment Here')" onMouseOut="hiLite('a','a2','')"><img src="images/slogan3.gif" alt="" name="a" id="a" width="62" height="378" hspace="0" vspace="0" border="0" align="left"></a></td> </tr> <!-- ALT BANT --> <tr> <td width="780" height="14" colspan="4" align="left" valign="top"><img src="images/altbant1.gif" alt="" width="756" height="14" hspace="0" vspace="0" border="0" align="left"></td> </tr> <!-- ALT BANT SON --> <!-- ALT BANT D0L --> <tr> <td height="13" colspan="4" align="left" valign="top"><map name="language"> <area alt="" coords="42,3,57,14" href="rus.html"> <area alt="" coords="61,3,76,14" href="#"> <area alt="" coords="80,3,94,14" href="#"> <area alt="" coords="99,3,113,14" href="index.html"><img src="images/altbant2.gif" alt="" width="756" height="13" hspace="0" vspace="0" border="0" align="left" usemap="#language"></map> </td> </tr> <!-- ALT BANT D0L SON --> </table> </body> </html>