<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'





var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "paypal@your-web-domain.com"	// EDIT WITH YOUR PAYPAL E-MAIL
var paypallogo		= "yes"				// SHOW PAYPAL LOGO AND CARDS


var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES

var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "30"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "125"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "83"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "12"		// SPACING BETWEEN IMAGES




document.write('<br>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');






// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Belleza y Salud<br></legend>');

document.write('Eficaz línea con formulaciones de avanzada y de alta eficacia. Con pricipios activos naturales que ayudan a preservar la juventud desde el interior de la piel.<a href="contacto.html"><br><br>Contáctanos...</a><br>');

document.write('</fieldset>');
document.write('<br>');
}






// START VIEW CART CODE

document.write('<br>');
   if (paypal == "no") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" src="picts/cart-view-off.gif" border="0" name="CartAdd" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form>');
}
document.write('<img src="picts/spacer.gif" width="5" height="7"><br>');






// SIDEBAR IMAGES //
document.write('<a href="productos_faciales.html"><img src="picts/sidebar-3.jpg" border="0" width="130"'+imagewidth+'" height="60"'+imageheight+'" class="Galborder"></a><br>');

document.write('<a href="cosmetica_natural.html"><img src="picts/sidebar-1a.jpg" border="0" width="140"'+imagewidth+'" height="160"'+imageheight+'" class="Galborder"></a><br>');

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');

document.write('<a href="contacto.html"><img src="picts/sidebar-4a.jpg" border="0" width="115"'+imagewidth+'" height="95"'+imageheight+'" class="Galborder"></a><br>');

document.write('<br>');








// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Sentirse y verse bien...<br></legend>');

document.write('Tú Salud y Bienestar dependen de una buena Nutrición. Comenzá a disfrutar de más energía, controlando tú peso Naturalmente. La Belleza es el resultado de un equilibrio interior que se refleja no solo en tú piel.<a href="suplementos_nutricionales.html"><br>Aquí...</a><br>');


document.write('<a href="suplementos_nutricionales.html"><img src="picts/sidebar-4.jpg" border="0" width="140"'+imagewidth+'" height="140"'+imageheight+'" class="Galborder"></a><br>');

document.write('<br>');

document.write('<br>');
document.write('</fieldset>');
document.write('<br>');

document.write('<fieldset><legend>');

document.write('<a href="como_comprar.html">Cómo Comprar?<br></legend>');
document.write('Para saber el método de pago y envíos de Productos.<a href="como_comprar.html"><br><br>Click Aquí</a><br>');



document.write('</fieldset>');
document.write('<a href="como_comprar.html"><img src="picts/tarjetas2.jpg" border="0" width="160"'+imagewidth+'" height="45"'+imageheight+'" class="Galborder"></a><br>');


document.write('<fieldset><legend>');

document.write('<br>¿Queres Aumentar tus Ingresos</legend>');

document.write('Sumate a Nuestro Equipo. Realizá una actividad agradable y obtené beneficios.<a href="http://www.opcionnatural.com/negocio_independiente.html" target= "_blank"><br><br>Informate...</a><br>');

document.write('</fieldset>');
document.write('<br>');
}









// PAYPAL CC LOGO
   if (paypallogo == "no") {
document.write('<<br>');
}







// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->