<!--
/* ********************************************
   **************    Spanish    ***************
   ******************************************** */

var ESLangSel =				'<font color="gray"><strong>Español</strong></font> | <a href="javascript://" onMouseOver="window.status=\'#\'; return true" onMouseOut="window.status=\'\'" onClick="document.getElementById(\'opDiv\').innerHTML=msg_EN;">English</a><br />'+
							'<br />';
							
var ESBigCaption =			'<strong>Lea Antes de Personalizar su Invitación</strong>:<br />'+
							'* Cuando haga su orden en dos días máximo le llegará la muestra de impresión (Incluye tipo de letra y color) por CORREO ELECTRONICO para su aprobación o cambios<br />'+
							'<br />'+
							'* Cuando apruebe su orden, contamos con  2 semanas máximo para la mano de obra y una semana mas para el envio.<br />'+
							'<br />'+
							'* Su producto tendran el mismo estilo (Papel, Decoración y Listones), sólo cambian la combinacion de color segun por el color que escoja. Puede haber cambios menores en material pero tratamos de que sea el mismo estilo y forma de trabajo de nuestra página y muestras<br />'+
							'<br />'+
							'* Todas las invitaciones llegan a usted en un sobre de celofán transparente con goma para sellar excepto las de pergamino.<br />'+
							'<br />';

var ENPriColor01 =			'Tell us your principal color for the occasion.<br />'+
							'&nbsp;&nbsp;1<sup><u>st</u></sup> Color&nbsp;'+
							'<input style="margin-top:12px; margin-bottom:-2px; text-decoration:italic;" name="vwattr1_Colors01" id="vwattr1_Colors01" type=input value="">'+
							'<br />'+
							'&nbsp;&nbsp;2<sup><u>nd</u></sup> Color&nbsp;'+
							'<input style="font-style: italic; margin-top:12px; margin-bottom:-2px;" onclick="if (this.value == \'Optional\') { this.value = \'\'; }" onfocus="if (this.value == \'Optional\') { this.value = \'\'; }" onsubmit="if (this.value == \'Optional\') { this.value = \'\'; }" name="vwattr1_Colors02" id="vwattr1_Colors02" type=input value="Optional">'+
							'<br /><br />';


var ESDetalles =			'Escriba Todos los detalles para personalizar su invitación. <a href="javascript://" onClick="window.open(\'pop-invdeta-es.html\',\'InvEsDet\',\'width=300,height=400,left=700,top=300,screenX=0,screenY=350\')">Detalles</a><br />'+
							'<textarea name="vwattr1_Details" cols="30" rows="7" wrap="virtual" id="vwattr1_Details" style="text-align:left"></textarea>';

/* ********************************************
   **************    English    ***************
   ******************************************** */

var ENLangSel =				'<a href="javascript://" onMouseOver="window.status=\'#\'; return true" onMouseOut="window.status=\'\'" onClick="document.getElementById(\'opDiv\').innerHTML=msg_ES;">Español</a> | <font color="gray"><strong>English</strong></font><br />'+
							'<br />';
							
var ENBigCaption =			'<strong>Please read before customizing your invitation.</strong>:<br />'+
							'* Based on the information you provide us, we\'ll email you with the picture of the customized printed portion of your invitation for your approval within 2 days of your order.<br />'+
							'<br />'+
							'* Once your order is approved, it takes up to 2 weeks for production and 1 additional week for shipping.<br />'+
							'<br />'+
							'* Papers, decorations and ribbons will be done the same style you chose with different color variation to suit your color theme.  Minor variations in materials is expected but we\'ll maintain same style and workmanship shown in pictured sample on this page.<br />'+
							'<br />'+
							'* All invitations will be shipped in individual re-sealable flap crystal clear envelopes with the exception of tube invitations.<br />'+
							'<br />';							

var ESPriColor01 =			'El color principal de su evento.<br />'+
							'&nbsp;&nbsp;1<sup><u>er</u></sup> Color&nbsp;'+
							'<input style="margin-top:12px; margin-bottom:-2px; text-decoration:italic;" name="vwattr1_Colors01" id="vwattr1_Colors01" type=input value="">'+
							'<br />'+
							'&nbsp;&nbsp;2<sup><u>do</u></sup> Color&nbsp;'+
							'<input style="font-style: italic; margin-top:12px; margin-bottom:-2px;" onclick="if (this.value == \'Opcional\') { this.value = \'\'; }" onfocus="if (this.value == \'Opcional\') { this.value = \'\'; }" onsubmit="if (this.value == \'Opcional\') { this.value = \'\'; }" name="vwattr1_Colors02" id="vwattr1_Colors02" type=input value="Opcional">'+
							'<br /><br />';


var ENDetalles =			'Write all details to personalize your invitation. <a href="javascript://" onClick="window.open(\'pop-invdeta-en.html\',\'InvEsDet\',\'width=300,height=400,left=700,top=300,screenX=0,screenY=350\')">Details</a><br />'+
							'<textarea name="vwattr1_Details" cols="30" rows="7" wrap="virtual" id="vwattr1_Details" style="text-align:left"></textarea>';

// Variables for layer content

var msg_ES = ESLangSel + ESBigCaption + ESPriColor01 + ESDetalles;
var msg_EN = ENLangSel + ENBigCaption + ENPriColor01 + ENDetalles;

document.getElementById("opDiv").innerHTML=msg_ES;


//-->

