diff --git a/source/FraSup.swf b/source/FraSup.swf new file mode 100644 index 0000000..f5db434 Binary files /dev/null and b/source/FraSup.swf differ diff --git a/source/JDImagen2.mp3 b/source/JDImagen2.mp3 new file mode 100644 index 0000000..81c152a Binary files /dev/null and b/source/JDImagen2.mp3 differ diff --git a/source/Promo.htm b/source/Promo.htm new file mode 100644 index 0000000..64f726b --- /dev/null +++ b/source/Promo.htm @@ -0,0 +1,55 @@ + +
+ +
FOTODEPILACIÓN
+
Carnet
+ Joven Euro<26
+In the HTML comments, this page contains configuration +information that the FrontPage Explorer and FrontPage Editor need to +communicate with the FrontPage server extensions installed on +this web server. Do not delete this page.
+ + diff --git a/source/_vti_pvt/access.cnf b/source/_vti_pvt/access.cnf new file mode 100644 index 0000000..4073e7b --- /dev/null +++ b/source/_vti_pvt/access.cnf @@ -0,0 +1,4 @@ +vti_encoding:SR|utf8-nl +RealmName:imagen2.es +PasswordDir:\\\\mafi0001\\iis6_1\\i\\m\\imagen2.es\\html\\_vti_pvt +InheritPermissions:false diff --git a/source/_vti_pvt/botinfs.cnf b/source/_vti_pvt/botinfs.cnf new file mode 100644 index 0000000..542f559 --- /dev/null +++ b/source/_vti_pvt/botinfs.cnf @@ -0,0 +1 @@ +vti_encoding:SR|utf8-nl diff --git a/source/_vti_pvt/bots.cnf b/source/_vti_pvt/bots.cnf new file mode 100644 index 0000000..542f559 --- /dev/null +++ b/source/_vti_pvt/bots.cnf @@ -0,0 +1 @@ +vti_encoding:SR|utf8-nl diff --git a/source/_vti_pvt/deptodoc.btr b/source/_vti_pvt/deptodoc.btr new file mode 100644 index 0000000..1ec6888 Binary files /dev/null and b/source/_vti_pvt/deptodoc.btr differ diff --git a/source/_vti_pvt/doctodep.btr b/source/_vti_pvt/doctodep.btr new file mode 100644 index 0000000..4db1e94 Binary files /dev/null and b/source/_vti_pvt/doctodep.btr differ diff --git a/source/_vti_pvt/frontpg.lck b/source/_vti_pvt/frontpg.lck new file mode 100644 index 0000000..e69de29 diff --git a/source/_vti_pvt/linkinfo.btr b/source/_vti_pvt/linkinfo.btr new file mode 100644 index 0000000..82ab273 Binary files /dev/null and b/source/_vti_pvt/linkinfo.btr differ diff --git a/source/_vti_pvt/service.cnf b/source/_vti_pvt/service.cnf new file mode 100644 index 0000000..e2214ed --- /dev/null +++ b/source/_vti_pvt/service.cnf @@ -0,0 +1,19 @@ +vti_encoding:SR|utf8-nl +vti_restartmanual:IX|0 +vti_featurelist:VX|vti_ACCreateNewUsers vti_ACChangePassword vti_ACNoUserGroup vti_ACCreateNewGroups vti_ACModifyGroups vti_ACIPAddresses vti_ServerIndexServer vti_ServerCollab vti_TimedDocEvents +vti_webservertype:SR|msiis +vti_categories:VR|Travel Expense\\ Report Business Competition Goals/Objectives Ideas Miscellaneous Waiting VIP In\\ Process Planning Schedule +vti_approvalapproved:SR|Approved +vti_approvaldenied:SR|Denied +vti_timecreated:TR|19 Apr 2006 10:12:03 -0000 +vti_oldestcompatibleversion:SR|2.0.0.0 +vti_defaultcharset:SR|windows-1252 +vti_autorecalc:IX|1 +vti_disableautoimgsizeexts:SX|.asp +vti_createpostinfo:BX|false +vti_extenderversion:SR|5.0.2.6738 +vti_publishmetainfokeys:VR|vti_assignedto vti_approvallevel vti_categories vti_description +vti_textindexood:IR|0 +vti_approvallevels:VR|Approved Denied Pending\\ Review +vti_hassearchbot:BR|false +vti_dependenciesood:IR|0 diff --git a/source/_vti_pvt/service.lck b/source/_vti_pvt/service.lck new file mode 100644 index 0000000..e69de29 diff --git a/source/_vti_pvt/services.cnf b/source/_vti_pvt/services.cnf new file mode 100644 index 0000000..d83d55f --- /dev/null +++ b/source/_vti_pvt/services.cnf @@ -0,0 +1 @@ +/ diff --git a/source/_vti_pvt/svcacl.cnf b/source/_vti_pvt/svcacl.cnf new file mode 100644 index 0000000..3fa552b --- /dev/null +++ b/source/_vti_pvt/svcacl.cnf @@ -0,0 +1,3 @@ +vti_encoding:SR|utf8-nl +ValidEndUsers:false +UseDfltRealm:false diff --git a/source/_vti_pvt/uniqperm.cnf b/source/_vti_pvt/uniqperm.cnf new file mode 100644 index 0000000..e69de29 diff --git a/source/_vti_pvt/writeto.cnf b/source/_vti_pvt/writeto.cnf new file mode 100644 index 0000000..542f559 --- /dev/null +++ b/source/_vti_pvt/writeto.cnf @@ -0,0 +1 @@ +vti_encoding:SR|utf8-nl diff --git a/source/archivs/dom-drag.js b/source/archivs/dom-drag.js new file mode 100644 index 0000000..febc28b --- /dev/null +++ b/source/archivs/dom-drag.js @@ -0,0 +1,121 @@ +/************************************************** + * dom-drag.js + * 09.25.2001 + * www.youngpup.net + ************************************************** + * 10.28.2001 - fixed minor bug where events + * sometimes fired off the handle, not the root. + **************************************************/ + +var Drag = { + + obj : null, + + init : function(o, oRoot, minX, maxX, minY, maxY, bSwapHorzRef, bSwapVertRef, fXMapper, fYMapper) + { + o.onmousedown = Drag.start; + + o.hmode = bSwapHorzRef ? false : true ; + o.vmode = bSwapVertRef ? false : true ; + + o.root = oRoot && oRoot != null ? oRoot : o ; + + if (o.hmode && isNaN(parseInt(o.root.style.left ))) o.root.style.left = "0px"; + if (o.vmode && isNaN(parseInt(o.root.style.top ))) o.root.style.top = "0px"; + if (!o.hmode && isNaN(parseInt(o.root.style.right ))) o.root.style.right = "0px"; + if (!o.vmode && isNaN(parseInt(o.root.style.bottom))) o.root.style.bottom = "0px"; + + o.minX = typeof minX != 'undefined' ? minX : null; + o.minY = typeof minY != 'undefined' ? minY : null; + o.maxX = typeof maxX != 'undefined' ? maxX : null; + o.maxY = typeof maxY != 'undefined' ? maxY : null; + + o.xMapper = fXMapper ? fXMapper : null; + o.yMapper = fYMapper ? fYMapper : null; + + o.root.onDragStart = new Function(); + o.root.onDragEnd = new Function(); + o.root.onDrag = new Function(); + }, + + start : function(e) + { + var o = Drag.obj = this; + e = Drag.fixE(e); + var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom); + var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right ); + o.root.onDragStart(x, y); + + o.lastMouseX = e.clientX; + o.lastMouseY = e.clientY; + + if (o.hmode) { + if (o.minX != null) o.minMouseX = e.clientX - x + o.minX; + if (o.maxX != null) o.maxMouseX = o.minMouseX + o.maxX - o.minX; + } else { + if (o.minX != null) o.maxMouseX = -o.minX + e.clientX + x; + if (o.maxX != null) o.minMouseX = -o.maxX + e.clientX + x; + } + + if (o.vmode) { + if (o.minY != null) o.minMouseY = e.clientY - y + o.minY; + if (o.maxY != null) o.maxMouseY = o.minMouseY + o.maxY - o.minY; + } else { + if (o.minY != null) o.maxMouseY = -o.minY + e.clientY + y; + if (o.maxY != null) o.minMouseY = -o.maxY + e.clientY + y; + } + + document.onmousemove = Drag.drag; + document.onmouseup = Drag.end; + + return false; + }, + + drag : function(e) + { + e = Drag.fixE(e); + var o = Drag.obj; + + var ey = e.clientY; + var ex = e.clientX; + var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom); + var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right ); + var nx, ny; + + if (o.minX != null) ex = o.hmode ? Math.max(ex, o.minMouseX) : Math.min(ex, o.maxMouseX); + if (o.maxX != null) ex = o.hmode ? Math.min(ex, o.maxMouseX) : Math.max(ex, o.minMouseX); + if (o.minY != null) ey = o.vmode ? Math.max(ey, o.minMouseY) : Math.min(ey, o.maxMouseY); + if (o.maxY != null) ey = o.vmode ? Math.min(ey, o.maxMouseY) : Math.max(ey, o.minMouseY); + + nx = x + ((ex - o.lastMouseX) * (o.hmode ? 1 : -1)); + ny = y + ((ey - o.lastMouseY) * (o.vmode ? 1 : -1)); + + if (o.xMapper) nx = o.xMapper(y) + else if (o.yMapper) ny = o.yMapper(x) + + Drag.obj.root.style[o.hmode ? "left" : "right"] = nx + "px"; + Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px"; + Drag.obj.lastMouseX = ex; + Drag.obj.lastMouseY = ey; + + Drag.obj.root.onDrag(nx, ny); + return false; + }, + + end : function() + { + document.onmousemove = null; + document.onmouseup = null; + Drag.obj.root.onDragEnd( parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]), + parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"])); + Drag.obj = null; + }, + + fixE : function(e) + { + if (typeof e == 'undefined') e = window.event; + if (typeof e.layerX == 'undefined') e.layerX = e.offsetX; + if (typeof e.layerY == 'undefined') e.layerY = e.offsetY; + return e; + } +}; \ No newline at end of file diff --git a/source/archivs/m1.swf b/source/archivs/m1.swf new file mode 100644 index 0000000..2e49e8d Binary files /dev/null and b/source/archivs/m1.swf differ diff --git a/source/archivs/scroller.js b/source/archivs/scroller.js new file mode 100644 index 0000000..980b8bf --- /dev/null +++ b/source/archivs/scroller.js @@ -0,0 +1,72 @@ + + +// ============================================================== +// HANDLES SCROLLER/S +// Modified from Aaron Boodman http://webapp.youngpup.net/?request=/components/ypSimpleScroll.xml +// mixed ypSimpleScroll with dom-drag script and allowed multiple scrolelrs through array instances +// (c)2004 Sergi Meseguer (http://zigotica.com/), 04/2004: +// ============================================================== +var theHandle = []; var theRoot = []; var theThumb = []; var theScroll = []; var thumbTravel = []; var ratio = []; + +function instantiateScroller(count, id, left, top, width, height, speed){ + if(document.getElementById) { + theScroll[count] = new ypSimpleScroll(id, left, top, width, height, speed); + } +} + +function createDragger(count, handler, root, thumb, minX, maxX, minY, maxY){ + var buttons = '![]() |
+
|
+ ||||||||||||||||||||||||||
| + |
|
+
El dominio está reservado.
+ + + diff --git a/source/m1.htm b/source/m1.htm new file mode 100644 index 0000000..097d5e9 --- /dev/null +++ b/source/m1.htm @@ -0,0 +1,76 @@ + + + + Cortes |
+ Tratamientos Capilares |
+ Fangos y mascarillas |
+
Color |
+ Extensiones (Great Lenghts) |
+ Aceites esenciales y sueros |
+
Peinado |
+ Moldeadores, Ahuecadores |
+ Aparatología (ozonoterapia, diatermia) |
+
La vida del cabello se divide en 3 fases: anágena (crecimiento),
+ catágena (madurez) y telógena (muerte). En esta última,
+ el cabello se desprende del folículo siendo reemplazado por otro
+ nuevo, renovándose diariamente unos 50. La caída es por
+ lo tanto natural, siempre que se mantenga un equilibrio.
+
Como se puede apreciar en el siguiente gráfico, los resultados,
+ visibles a los 30 días de su utilización, han demostrado
+ la capacidad del SERUM CAPILAR REGENERADOR para:
+ ++Tu + piel es ÚNICA. +
Sabemos lo que necesitas +
Diagnóstico
+ Producto
+ Tratamiento personalizado
+ Técnica
+ Seguimiento +

+
RECOGIDOS INFORMALES
RECOGIDOS ALTOS
RECOGIDOS MEDIOS
RECOGIDOS BAJOS
+ 
+ También los hombres se deben cuidar para llegar a la boda impecables.
+ Para ellos hemos confeccionado un bono con algunos cuidados fundamentales
+ que les quitará poco tiempo y les ayudará a mejorar su imagen para el
+ día de la boda.
+
+
Talasoterapia
+
+
Fotodepilación
+ Laser sin dolor
+ ![]()
Diatermia (Transcutaneous Mesodermic Therapy)
+ ![]()
![]()
Presoterápia
+ ![]()
![]()
![]()
Micropigmentación
+ y tatuajes
+ ![]()
![]()
![]()
![]()
Rayos
+ UVA
+ ![]()
![]()
![]()
![]()
![]()
Depilación
+ eléctrica ( Cléo Blend 256)
+ ![]()
![]()
![]()
![]()
![]()
![]()
Belex (Ionización,
+ corrientes alternas, gimnasia pasiva, electrodos) /
+ ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Oxonoterapia
DEPILACIÓN CON LÁSER Y LUZ PULSADA INTENSA
+ Antes de someterte a un tratamiento con esta técnica...
+
• No debes depilarte la zona a tratar durante al menos 30 días
+ antes con sistemas que arranquen el pelo de raíz, sólo es
+ válido crema depilatoria o cuchilla.
+
• Evita el agua muy caliente sobre la zona afectada, durante los
+ tres primeros días. Limpia tu piel suavemente con agua tibia y jabón
+ neutro, e hidrátala en abundancia con un humectante adecuado. Los
+ primeros días, evita aplicar sobre la piel productos que contengan
+ alcohol.
+
+Con la diatermia se aplican los beneficios del efecto térmico a los cuidados
+ estéticos donde el calor profundo y localizado esté aconsejado.
+ Se utiliza en cuidados de estética tanto facial como corporal.
+
Efecto trófico y de revitalización de los tejidos
+ tratados.
Modo de acción y aplicaciones
+
La presoterapia consigue mediante un masaje neumático por compresión
+ controlada prevenir la aparición de trastornos circulatorios y tratar
+ los edemas y las alteraciones circulatorias periféricas, ofreciendo
+ a cada cliente un tratamiento personalizado, confortable y muy eficaz.
+
La mejoría de los edemas tratados con la presoterapia ha sido medida
+ y probada mediante la investigación clínica.
+
Micropigmentación
+
Tatuaje artístico
+
Cabinas horizontales
+
Mejora el sistema nervioso, dolores articulares y musculares, terapias
+ naturales, recomendaciones nutricionales, flores de bach, correcciones
+ posturales, vértigos, cefaleas, preparación deportiva, cervicales.
+ The HTML comments in this page contain the configurationinformation +that allows users to edit pages in your web using the Microsoft +Web Publishing Wizard or programs which use the Microsoft Web +Publishing Wizard such as FrontPad using the same username and +password they would use if they were authoring with Microsoft +FrontPage. Please refer to the Microsoft's Internet SDK for more +information on the Web Publishing Wizard APIs.
+ +