ÿþ<html> <head> <script language='JavaScript1.2' src='sitefiles/templates/clunyText0003v06.js'></script><script language='JavaScript1.2' src='sitefiles/templates/cluny0003v06.js'></script> <meta http-equiv=<link rel="stylesheet" href="sitefiles/stylesheets/awCMUser.css" type="text/css"><link rel="stylesheet" href="sitefiles/menustylesheets/ClunyLace.css" type="text/css"><script language="JavaScript" src="AWCMshared/awCMcsval.js"></script><script language="JavaScript" src="awCMcsvalcustom.js"></script><title id="ttlTitle">Cluny Lace Co Ltd</title><style type="text/css">body { background-image: url(userfiles/backgrounds/background_fc159_faded.gif);}</style></head> <body topmargin="0" onLoad="cgfillcat();cgsync(document.frmPat.selCat.options[document.frmPat.selCat.selectedIndex].text);"> <div align="center" style="display:" id="ClunyMainDiv"> <center> <p align="center"> <B><I><FONT color=#333366 size=6><A href="index_it.htm"><IMG height=22 alt="&#13;&#10;ritornare alla Home Page di Cluny Lace" src="sitefiles/menuimages/button_inizio_down.gif" width=80 border=0></A> Il Catalogo In Linea Di Cluny Lace <A href="page0005v06.htm"><IMG height=22 alt="contattare la societ&agrave; di Cluny Lace" src="sitefiles/menuimages/button_contatto_down.gif" width=80 border=0> </A></FONT></I></B> <table border="1" cellpadding="4" cellspacing="0" bgcolor="#FFFFFF"> <form name="frmPat"> <tr> <td><font color="#333366"><i>scegliere una categoria....</i></font></td> <td align="left"><font color="#333366"><i>scegliere un modello....</i></font></td> <td valign="top" align="right" colspan="3"> <p align="center"><font color="#333366"><i>Vedere in anteprima (preme un bottone per ingrandire):</i></font></p> </td> </tr> <tr> <td width="190" height="130"> <p> <select size="6" name="selCat" onChange="cgsync(this.options[this.selectedIndex].text)"> </select> </p> </td> <td width="120" align="left" height="130"> <p align="left"> <select name="selPat" size="6" onChange="generateimage('tnail'+this.options[this.selectedIndex].text)"> <option>no entry</option> </select> </p> </td> <td width="42" valign="top" align="right" height="130"> <p align="right"> <img src="sitefiles/templateimages/button_left_up.gif" onMouseDown="cgmoveup()" width="40" height="40"> </p> <p align="right"> <img src="sitefiles/templateimages/button_actual_up.gif" onMouseDown="generatezoom(document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].text)" width="40" height="40"> </p> </td> <td width="110" valign="top" align="center" height="130"> <ilayer id="layPat1" width="100" height="120"> <layer id="layPat2" width="100" height="120"> <div id="divPat" align="centre" style="gwidth:28; gheight:40"> <div align="left"> <p align="center">&nbsp;</p> </div> </div> </layer> </ilayer> </td> <td width="42" valign="top" align="left" height="130"> <p align="left"><img src="sitefiles/templateimages/button_right_up.gif" onMouseDown="cgmovedown()" width="40" height="40"></p> <p align="left"><img src="sitefiles/templateimages/button_zoomplusup.gif" onMouseDown="generatezoom('zoom'+document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].text)" width="40" height="40"> </td> </tr> </form> <form name="frmInp"> <tr> <td colspan="5" align="center"> <font color="#333366" face="Arial" size="2"><input type="text" name="inpDetails" size="94"></font> </td> </tr> </form> </table> <p></p> </center> </div> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0" width="577" bgcolor="#FFFFFF" height="600"> <tr> <td width="574" align="center"> <div id="divZoom" style="gwidth: 28; gheight: 40" align="center"> <ilayer id="layZoom1" width="659" height="1200"> <layer id="layZoom2" width="659" height="1200"></layer> </ilayer> </div> </td> </tr> </table> </center> </div> <script> var tempobj = document.frmPat.selPat; function cgmoveup() { if (document.frmPat.selPat.options.selectedIndex > 0) { document.frmPat.selPat.options.selectedIndex = document.frmPat.selPat.options.selectedIndex-1; generateimage('tnail' + document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].text); } else if (document.frmPat.selCat.options.selectedIndex > 0) { document.frmPat.selCat.options.selectedIndex = document.frmPat.selCat.options.selectedIndex - 1; cgsync(document.frmPat.selCat.options[document.frmPat.selCat.selectedIndex].text); document.frmPat.selPat.options.selectedIndex = document.frmPat.selPat.options.length - 1; } } function cgmovedown() { //alert ('moving down') if (document.frmPat.selPat.options.selectedIndex < (document.frmPat.selPat.options.length - 1)) { document.frmPat.selPat.options.selectedIndex = document.frmPat.selPat.options.selectedIndex + 1; generateimage('tnail' + document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].text); } else if (document.frmPat.selCat.options.selectedIndex < (document.frmPat.selCat.options.length - 1)) { document.frmPat.selCat.options.selectedIndex = document.frmPat.selCat.options.selectedIndex + 1; cgsync(document.frmPat.selCat.options[document.frmPat.selCat.selectedIndex].text); } } function cgadd(atext,avalue) { document.frmPat.selPat.options.length = document.frmPat.selPat.options.length + 1; var o = new Option(atext, avalue); if (document.frmPat.selPat.options.length == 1) o.selected =1; document.frmPat.selPat.options[document.frmPat.selPat.options.length - 1] = o; } function cgaddcat(atext) { document.frmPat.selCat.options.length = document.frmPat.selCat.options.length + 1; var o = new Option(atext, atext); if (document.frmPat.selCat.options.length == 1) o.selected =1; document.frmPat.selCat.options[document.frmPat.selCat.options.length - 1] = o; } function generatezoom(which) { // added to allow work outside of website //which = "http://www.clunylace.com/" + which; which = which + ".jpg"; if (document.all) { divZoom.innerHTML = '<center>' + sLoading + '</center>'; divZoom.innerHTML = '<img src="userfiles/catalogimages/0000/00/' + which + '">'; } else if (document.layers) { document.layZoom1.document.layZoom2.document.write('<img src="userfiles/catalogimages/0000/00/' + which + '">'); document.layZoom1.document.layZoom2.document.close(); } else if (document.getElementById) { var oDiv = document.getElementById ("divZoom"); oDiv.innerHTML = '<center>' + sLoading + '</center>'; oDiv.innerHTML = '<img src="userfiles/catalogimages/0000/00/' + which + '">'; } else alert( sIE4 ); } function generateimage(which) { // added to allow work outside of website //which = "http://www.clunylace.com/" + which; mybits = document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].value.split(","); document.frmInp.inpDetails.value = sPattern + ': ' + document.frmPat.selPat.options[document.frmPat.selPat.selectedIndex].text + sWidth + ': ' + mybits[0] + sComposition + ': ' + mybits[1]; generatezoom("1pixel"); which = which + ".jpg"; if (document.all) { divPat.innerHTML = '<center>' + sLoading + '</center>'; divPat.innerHTML = '<img src="userfiles/catalogimages/0000/00/' + which + '">'; } else if (document.layers) { document.layPat1.document.layPat2.document.write('<img src="userfiles/catalogimages/0000/00/' + which + '">'); document.layPat1.document.layPat2.document.close(); } else if (document.getElementById) { var oDiv = document.getElementById ("divPat"); oDiv.innerHTML = '<center>' + sLoading + '</center>'; oDiv.innerHTML = '<img align="absmiddle" src="userfiles/catalogimages/0000/00/' + which + '">'; } else alert( sIE4 ) } function generatedefault() { generateimage('tnail'+tempobj.options[tempobj.options.selectedIndex].text) } if (document.all||document.layers) { if (tempobj.options.selectedIndex!=-1) window.onload = generatedefault; } </script> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-11415926-1"); pageTracker._trackPageview(); } catch(err) {}</script><!--final scripts here--></body> </html>