Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
417 lines (393 sloc)
15.9 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> | |
| <meta name="GENERATOR" content="Microsoft FrontPage 3.0"> | |
| <title>WWW PERONDA GENERAL CATALOGUE</title> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| <!-- | |
| // Boolean variable specified if alert should be displayed if cookie exceeds 4KB | |
| var caution = false | |
| // name - name of the cookie | |
| // value - value of the cookie | |
| // [expires] - expiration date of the cookie (defaults to end of current session) | |
| // [path] - path for which the cookie is valid (defaults to path of calling document) | |
| // [domain] - domain for which the cookie is valid (defaults to domain of calling document) | |
| // [secure] - Boolean value indicating if the cookie transmission requires a secure transmission | |
| // * an argument defaults when it is assigned null as a placeholder | |
| // * a null placeholder is not required for trailing omitted arguments | |
| function setCookie(name, value, expires, path, domain, secure) { | |
| var curCookie = name + "=" + escape(value) + | |
| ((expires) ? "; expires=" + expires.toGMTString() : "") + | |
| ((path) ? "; path=" + path : "") + | |
| ((domain) ? "; domain=" + domain : "") + | |
| ((secure) ? "; secure" : "") | |
| if (!caution || (name + "=" + escape(value)).length <= 4000) | |
| document.cookie = curCookie | |
| else | |
| if (confirm("Cookie exceeds 4KB and will be cut!")) | |
| document.cookie = curCookie | |
| } | |
| // name - name of the desired cookie | |
| // * return string containing value of specified cookie or null if cookie does not exist | |
| function getCookie(name) { | |
| var prefix = name + "=" | |
| var cookieStartIndex = document.cookie.indexOf(prefix) | |
| if (cookieStartIndex == -1) | |
| return null | |
| var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length) | |
| if (cookieEndIndex == -1) | |
| cookieEndIndex = document.cookie.length | |
| return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)) | |
| } | |
| // name - name of the cookie | |
| // [path] - path of the cookie (must be same as path used to create cookie) | |
| // [domain] - domain of the cookie (must be same as domain used to create cookie) | |
| // * path and domain default if assigned null or omitted if no explicit argument proceeds | |
| function deleteCookie(name, path, domain) { | |
| if (getCookie(name)) { | |
| document.cookie = name + "=" + | |
| ((path) ? "; path=" + path : "") + | |
| ((domain) ? "; domain=" + domain : "") + | |
| "; expires=Thu, 01-Jan-70 00:00:01 GMT" | |
| } | |
| } | |
| // date - any instance of the Date object | |
| // * you should hand all instances of the Date object to this function for "repairs" | |
| // * this function is taken from Chapter 14, "Time and Date in JavaScript", in "Learn Advanced JavaScript Programming" | |
| function fixDate(date) { | |
| var base = new Date(0) | |
| var skew = base.getTime() | |
| if (skew > 0) | |
| date.setTime(date.getTime() - skew) | |
| } | |
| var now = new Date() | |
| fixDate(now) | |
| now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000) | |
| var visits = getCookie("counter") | |
| if (!visits) | |
| visits = 1 | |
| else | |
| visits = parseInt(visits) + 1 | |
| setCookie("counter", visits, now) | |
| document.write("You " + visits + " visits.") | |
| // --> | |
| </SCRIPT> | |
| <script Language="JavaScript"> | |
| <!--€¢â®à: ˜ã¬¨«¨ €. Generated JavaScript. Please do not edit. | |
| isamap = new Object(); | |
| isamap[0] = "_df" | |
| isamap[1] = "_ov" | |
| isamap[2] = "_ot" | |
| isamap[3] = "_dn" | |
| function isimgact(id, act) | |
| { | |
| if(document.images) document.images[id].src = eval( "isimages." + id + isamap[act] + ".src"); | |
| } | |
| if (document.images) { // ensure browser can do rollovers. | |
| isimages = new Object(); | |
| isimages.per2_df = new Image(); | |
| isimages.per2_df.src = "images/perCATALOG.jpg"; | |
| isimages.per2_ov = new Image(); | |
| isimages.per2_ov.src = "images/perCATALOGOV.jpg"; | |
| isimages.per3_df = new Image(); | |
| isimages.per3_df.src = "images/perContact_Us.jpg"; | |
| isimages.per3_ov = new Image(); | |
| isimages.per3_ov.src = "images/perContact_UsOV.jpg"; | |
| isimages.per4_df = new Image(); | |
| isimages.per4_df.src = "images/perInformation.jpg"; | |
| isimages.per4_ov = new Image(); | |
| isimages.per4_ov.src = "images/perInformationOV.jpg"; | |
| isimages.per5_df = new Image(); | |
| isimages.per5_df.src = "images/perDimension__Characteristi.jpg"; | |
| isimages.per5_ov = new Image(); | |
| isimages.per5_ov.src = "images/perDimension__CharacterisOV.jpg"; | |
| isimages.per7_df = new Image(); | |
| isimages.per7_df.src = "images/perE_Mail.jpg"; | |
| isimages.per7_ov = new Image(); | |
| isimages.per7_ov.src = "images/perE_MailOV.jpg"; | |
| } | |
| // end generated JavaScript. --> | |
| </script> | |
| </head> | |
| <body Background="images/per_bg.jpg" LeftMargin="8" TopMargin="8"> | |
| <!-- The table is not formatted nicely because some browsers cannot join images in table cells if there are any hard carriage returns in a TD. --> | |
| <table Border="0" CellSpacing="0" CellPadding="0"> | |
| <tr> | |
| <td Width="1" Height="5"></td> | |
| <td Width="2" Height="5"></td> | |
| <td Width="2" Height="5"></td> | |
| <td Width="1" Height="5"></td> | |
| <td Width="8" Height="5"></td> | |
| <td Width="81" Height="5"></td> | |
| <td Width="25" Height="5"></td> | |
| <td Width="2" Height="5"></td> | |
| <td Width="11" Height="5"></td> | |
| <td Width="3" Height="5"></td> | |
| <td Width="10" Height="5"></td> | |
| <td Width="3" Height="5"></td> | |
| <td Width="46" Height="5"></td> | |
| <td Width="41" Height="5"></td> | |
| <td Width="218" Height="5"></td> | |
| <td Width="16" Height="5"></td> | |
| <td Width="78" Height="5"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="1" Height="4"></td> | |
| <td Width="8" Height="4"></td> | |
| <td Width="81" Height="4"></td> | |
| <td Width="25" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="11" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="10" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="46" Height="4"></td> | |
| <td Width="275" Height="220" RowSpan="10" ColSpan="3"><img Src="images/perimage.jpg" Border="0" Name="per" Alt WIDTH="275" HEIGHT="220"></td> | |
| <td Width="78" Height="4"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="85"></td> | |
| <td Width="145" Height="85" ColSpan="10"><img Src="images/perGENERAL_CATALOGUE.jpg" Border="0" Name="per1" Alt="GENERAL CATALOGUE" WIDTH="145" HEIGHT="85"></td> | |
| <td Width="3" Height="85"></td> | |
| <td Width="46" Height="85"></td> | |
| <td Width="78" Height="85"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="9"></td> | |
| <td Width="2" Height="9"></td> | |
| <td Width="2" Height="9"></td> | |
| <td Width="1" Height="9"></td> | |
| <td Width="8" Height="9"></td> | |
| <td Width="81" Height="9"></td> | |
| <td Width="25" Height="9"></td> | |
| <td Width="2" Height="9"></td> | |
| <td Width="11" Height="9"></td> | |
| <td Width="3" Height="9"></td> | |
| <td Width="10" Height="9"></td> | |
| <td Width="3" Height="9"></td> | |
| <td Width="46" Height="9"></td> | |
| <td Width="78" Height="9"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="31"></td> | |
| <td Width="2" Height="31"></td> | |
| <td Width="2" Height="31"></td> | |
| <td Width="117" Height="31" ColSpan="5"><a Href="catalog/index.html" OnMouseOut="isimgact( 'per2',0)" OnMouseOver="isimgact( 'per2',1)"><img Src="images/perCATALOG.jpg" Border="0" Name="per2" Alt="CATALOG" WIDTH="117" HEIGHT="31"></a></td> | |
| <td Width="11" Height="31"></td> | |
| <td Width="3" Height="31"></td> | |
| <td Width="10" Height="31"></td> | |
| <td Width="3" Height="31"></td> | |
| <td Width="46" Height="31"></td> | |
| <td Width="78" Height="31"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="1" Height="4"></td> | |
| <td Width="8" Height="4"></td> | |
| <td Width="81" Height="4"></td> | |
| <td Width="25" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="11" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="10" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="46" Height="4"></td> | |
| <td Width="78" Height="4"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="27"></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="1" Height="27"></td> | |
| <td Width="114" Height="27" ColSpan="3"><a Href="menu.html" OnMouseOut="isimgact( 'per3',0)" OnMouseOver="isimgact( 'per3',1)"><img Src="images/perContact_Us.jpg" Border="0" Name="per3" Alt="Contact Us" WIDTH="114" HEIGHT="27"></a></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="11" Height="27"></td> | |
| <td Width="3" Height="27"></td> | |
| <td Width="10" Height="27"></td> | |
| <td Width="3" Height="27"></td> | |
| <td Width="46" Height="27"></td> | |
| <td Width="78" Height="27"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="1" Height="4"></td> | |
| <td Width="8" Height="4"></td> | |
| <td Width="81" Height="4"></td> | |
| <td Width="25" Height="4"></td> | |
| <td Width="2" Height="4"></td> | |
| <td Width="11" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="10" Height="4"></td> | |
| <td Width="3" Height="4"></td> | |
| <td Width="46" Height="4"></td> | |
| <td Width="78" Height="4"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="32"></td> | |
| <td Width="2" Height="32"></td> | |
| <td Width="130" Height="32" ColSpan="7"><a Href="info.html" OnMouseOut="isimgact( 'per4',0)" OnMouseOver="isimgact( 'per4',1)"><img Src="images/perInformation.jpg" Border="0" Name="per4" Alt="Information" WIDTH="130" HEIGHT="32"></a></td> | |
| <td Width="3" Height="32"></td> | |
| <td Width="10" Height="32"></td> | |
| <td Width="3" Height="32"></td> | |
| <td Width="46" Height="32"></td> | |
| <td Width="78" Height="32"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="1" Height="1"></td> | |
| <td Width="8" Height="1"></td> | |
| <td Width="81" Height="1"></td> | |
| <td Width="25" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="11" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| <td Width="10" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| <td Width="46" Height="1"></td> | |
| <td Width="78" Height="1"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="23"></td> | |
| <td Width="2" Height="23"></td> | |
| <td Width="2" Height="23"></td> | |
| <td Width="131" Height="41" RowSpan="3" ColSpan="7"><a Href="technic/index.html" OnMouseOut="isimgact( 'per5',0)" OnMouseOver="isimgact( 'per5',1)"><img Src="images/perDimension__Characteristi.jpg" Border="0" Name="per5" Alt="Dimension | |
| Characteristics" WIDTH="131" HEIGHT="41"></a></td> | |
| <td Width="10" Height="23"></td> | |
| <td Width="3" Height="23"></td> | |
| <td Width="46" Height="23"></td> | |
| <td Width="78" Height="23"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="6"></td> | |
| <td Width="2" Height="6"></td> | |
| <td Width="2" Height="6"></td> | |
| <td Width="10" Height="6"></td> | |
| <td Width="3" Height="6"></td> | |
| <td Width="46" Height="6"></td> | |
| <td Width="41" Height="6"></td> | |
| <td Width="218" Height="6"></td> | |
| <td Width="16" Height="6"></td> | |
| <td Width="78" Height="6"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="12"></td> | |
| <td Width="2" Height="12"></td> | |
| <td Width="2" Height="12"></td> | |
| <td Width="10" Height="12"></td> | |
| <td Width="3" Height="12"></td> | |
| <td Width="399" Height="67" RowSpan="4" ColSpan="5"><img Src="images/perPERONDA.jpg" Border="0" Name="per6" Alt="PERONDA" WIDTH="399" HEIGHT="67"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="1" Height="1"></td> | |
| <td Width="8" Height="1"></td> | |
| <td Width="81" Height="1"></td> | |
| <td Width="25" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="11" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| <td Width="10" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="32"></td> | |
| <td Width="2" Height="32"></td> | |
| <td Width="2" Height="32"></td> | |
| <td Width="1" Height="32"></td> | |
| <td Width="8" Height="32"></td> | |
| <td Width="81" Height="32"><a Href="mailto:peronda@peronda.net" OnMouseOut="isimgact( 'per7',0)" OnMouseOver="isimgact( 'per7',1)"><img Src="images/perE_Mail.jpg" Border="0" Name="per7" Alt="E-Mail" WIDTH="81" HEIGHT="32"></a></td> | |
| <td Width="25" Height="32"></td> | |
| <td Width="2" Height="32"></td> | |
| <td Width="11" Height="32"></td> | |
| <td Width="3" Height="32"></td> | |
| <td Width="10" Height="32"></td> | |
| <td Width="3" Height="32"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="22"></td> | |
| <td Width="2" Height="22"></td> | |
| <td Width="2" Height="22"></td> | |
| <td Width="1" Height="22"></td> | |
| <td Width="8" Height="22"></td> | |
| <td Width="81" Height="22"></td> | |
| <td Width="25" Height="22"></td> | |
| <td Width="2" Height="22"></td> | |
| <td Width="11" Height="22"></td> | |
| <td Width="3" Height="22"></td> | |
| <td Width="10" Height="22"></td> | |
| <td Width="3" Height="22"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="1" Height="1"></td> | |
| <td Width="8" Height="1"></td> | |
| <td Width="81" Height="1"></td> | |
| <td Width="25" Height="1"></td> | |
| <td Width="2" Height="1"></td> | |
| <td Width="11" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| <td Width="10" Height="1"></td> | |
| <td Width="3" Height="1"></td> | |
| <td Width="46" Height="1"></td> | |
| <td Width="41" Height="1"></td> | |
| <td Width="218" Height="1"><img Src="images/perPeris_y_C_a___s_a_.jpg" Border="0" Name="per8" Alt="Peris y Cía., s.a." WIDTH="218" HEIGHT="27"></td> | |
| <td Width="16" Height="1"></td> | |
| <td Width="78" Height="1"></td> | |
| </tr> | |
| <tr> | |
| <td Width="1" Height="27"></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="1" Height="27"></td> | |
| <td Width="8" Height="27"></td> | |
| <td Width="81" Height="27"></td> | |
| <td Width="25" Height="27"></td> | |
| <td Width="2" Height="27"></td> | |
| <td Width="11" Height="27"></td> | |
| <td Width="3" Height="27"></td> | |
| <td Width="10" Height="27"></td> | |
| <td Width="3" Height="27"></td> | |
| <td Width="399" Height="27" colspan="5"><p align="center"><em>This web catalogue present | |
| an attractive description of PERONDA ceramics, including an ample spectrum of | |
| products adapted to all styles and tastes. It provides up-to-date proposals addressed to | |
| professionals who share our consern for quality, and to consumers searching for fine | |
| ceramics products that satisty their tastes for home decoration.</em></p> | |
| <p align="center"><a href="spanish/index.html"><img src="images/span.gif" alt="Spanish Site" border="0" WIDTH="34" HEIGHT="27"></a><a href="russian/index.html"><img src="images/rus.gif" alt="Russian Site" border="0" WIDTH="34" HEIGHT="27"></a></td> | |
| </tr> | |
| <tr> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt WIDTH="1" HEIGHT="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="2" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="2" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt WIDTH="1" HEIGHT="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="8" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="81" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="25" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="2" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="11" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="3" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="10" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="3" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="46" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="41" Height="1"></td> | |
| <td align="center"><img Src="images/is_single_pixel_gif.gif" Alt Width="218" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="16" Height="1"></td> | |
| <td><img Src="images/is_single_pixel_gif.gif" Alt Width="78" Height="1"></td> | |
| </tr> | |
| </table> | |
| <!--#exec cgi="counter.cgi" --> | |
| <!--Peronda DataMap1.0 DO NOT EDITend DataMap --> | |
| </body> | |
| </html> |