<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var showimage_1		= "yes"		// SHOW SIDEBAR IMAGE 1

var spacing		= "20"		// NUDGE SIDEBAR DOWN

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "200"		// DATE Y LOCATION




// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')




// SMALL PICTURE AREA 1
   if (showimage_1 == "yes") {

document.write('<span class="smalltitle">')

document.write('Lista de Plantillas Web:<br>')

document.write('</span><br>')

document.write('<span class="date-font" align="left">')

document.write('> Detalles<br>')
document.write('> Características<br>')
document.write('> Vista en Modo Real<br>')


document.write('<a href="plantillas-web-01.htm">Plantilla Web 01</a><br>')
document.write('<a href="plantillas-web-02.htm">Plantilla Web 02</a><br>')
document.write('<a href="plantillas-web-03.htm">Plantilla Web 03</a><br>')
document.write('<a href="plantillas-web-04.htm">Plantilla Web 04</a><br>')
document.write('<a href="plantillas-web-05.htm">Plantilla Web 05</a><br>')
document.write('<a href="plantillas-web-06.htm">Plantilla Web 06</a><br>')
document.write('<a href="plantillas-web-07.htm">Plantilla Web 07</a><br>')
document.write('<a href="plantillas-web-08.htm">Plantilla Web 08</a><br>')
document.write('<a href="plantillas-web-09.htm">Plantilla Web 09</a><br>')
document.write('<a href="plantillas-web-10.htm">Plantilla Web 10</a><br>')
document.write('<a href="plantillas-web-11.htm">Plantilla Web 11</a><br>')
document.write('<a href="plantillas-web-12.htm">Plantilla Web 12</a><br>')
document.write('<a href="plantillas-web-13.htm">Plantilla Web 13</a><br>')
document.write('<a href="plantillas-web-14.htm">Plantilla Web 14</a><br>')
document.write('<a href="plantillas-web-15.htm">Plantilla Web 15</a><br>')
document.write('<a href="plantillas-web-16.htm">Plantilla Web 16</a><br>')
document.write('<a href="plantillas-web-17.htm">Plantilla Web 17</a><br>')
document.write('<a href="plantillas-web-18.htm">Plantilla Web 18</a><br>')
document.write('<a href="plantillas-web-19.htm">Plantilla Web 19</a><br>')
document.write('<a href="plantillas-web-20.htm">Plantilla Web 20</a><br>')
document.write('<a href="plantillas-web-21.htm">Plantilla Web 21</a><br>')
document.write('<a href="plantillas-web-22.htm">Plantilla Web 22</a><br>')
document.write('<a href="plantillas-web-23.htm">Plantilla Web 23</a><br>')
document.write('<a href="plantillas-web-24.htm">Plantilla Web 24</a><br>')
document.write('<a href="plantillas-web-25.htm">Plantilla Web 25</a><br>')
document.write('<a href="plantillas-web-26.htm">Plantilla Web 26</a><br>')
document.write('<a href="plantillas-web-27.htm">Plantilla Web 27</a><br>')
document.write('<a href="plantillas-web-28.htm">Plantilla Web 28</a><br>')
document.write('<a href="plantillas-web-29.htm">Plantilla Web 29</a><br><br>')
document.write('<span class="smalltitle">PREMIUM :</span><br><br>')
document.write('<a href="plantillas-web-35.htm">Plantilla Web 35</a><br>')
document.write('<a href="plantillas-web-36.htm">Plantilla Web 36</a><br>')
document.write('<a href="plantillas-web-37.htm">Plantilla Web 37</a><br>')
document.write('<a href="plantillas-web-38.htm">Plantilla Web 38</a><br>')
document.write('<a href="plantillas-web-39.htm">Plantilla Web 39</a><br>')
document.write('<a href="plantillas-web-40.htm">Plantilla Web 40</a><br>')
document.write('<a href="plantillas-web-41.htm">Plantilla Web 41</a><br>')
document.write('<a href="plantillas-web-42.htm">Plantilla Web 42</a><br>')
document.write('<a href="plantillas-web-43.htm">Plantilla Web 43</a><br>')
document.write('<a href="plantillas-web-44.htm">Plantilla Web 44</a><br>')
document.write('<a href="plantillas-web-45.htm">Plantilla Web 45</a><br>')
document.write('<a href="plantillas-web-46.htm">Plantilla Web 46</a><br>')
document.write('<a href="plantillas-web-47.htm">Plantilla Web 47</a><br>')
document.write('<a href="plantillas-web-48.htm">Plantilla Web 48</a><br>')
document.write('<a href="plantillas-web-49.htm">Plantilla Web 49</a><br>')
document.write('<a href="plantillas-web-50.htm">Plantilla Web 50</a><br>')
document.write('</span><br>')
document.write('<a href="descargar-plantillas-web-minisitios.htm">Ver MINISITIOS</a><br>')
document.write('<br>')
}







// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado")
var monthname=new Array("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + " de ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->
