function o_Bottom(uL,carTid){
document.writeln('<p align="center"><a href="/makeup-mirrors/kimball-young/features.php" ><img border="0" src="/makeup-mirrors/kimball-young/images/nb-FEATURES.gif" alt="See what we\'ve got." width="73" height="18"></a><a href="javascript:history.back()" ><img border="0" src="/makeup-mirrors/kimball-young/images/nb-BACK.gif" alt="Back to the K &amp; Y beginning." width="63" height="18"></a><a href="/index.html" ></a></p>');
	if (uL==1){
	document.writeln('<p align="center"><font face="Arial" size="2"><b>Approved by UL.&nbsp;&nbsp; <img border="0" src="/makeup-mirrors/kimball-young/images/logo_ul.gif" alt="Underwriters Laboratories" align="middle" width="30" height="30"></b></font></p>');
	}
}
function feaTures(){
document.location="/makeup-mirrors/kimball-young/features.php","pv","width=580,height=420,scrollbars";
}
function bronzeWarning(){
var sel=document.formOne.PRODUCT01;
var itemNo=sel.options[sel.selectedIndex].value;
if (parseInt(itemNo.substring((itemNo.length-2),1)) == 9){
	window.open("/makeup-mirrors/kimball-young/bronzeWarning.html","pv","width=580,height=440,scrollbars");
	}
}
function checkDataX(tf){
	if (stopper=="stop"){
		alert("Please AGREE or DECLINE, to continue.");
		return false;
	}
	var sel=tf.PRODUCT01;
	if (tf.PRODUCT01.type=="select-one"){ // this means it's a menu
	if (sel.options[sel.selectedIndex].index==0){
		alert ("Please make a selection\nfrom the drop-down PRICE LIST.")
		return false;
		}
	var mirRor=sel.options[sel.selectedIndex].value;
	if (parseInt(mirRor.substring((mirRor.length-2),1)) == 9){
		window.open("/makeup-mirrors/kimball-young/bronzeWarning.html","pv","width=580,height=440,scrollbars");
		}
	} // end of select-one section
	
	if ("undefined"!=tf.PRODUCT02 ){ // this little ditty added for the Swarovski crystal compact offer.  Can be removed at tne end of the offer.
		if (tf.checkbox7.checked)tf.QUANTITY02.value=tf.QUANTITY01.value;
		}
	// if ( (mirRor.toUpperCase()).indexOf("10X")>-1 || (mirRor.toUpperCase()).indexOf("7X")>-1){
		// window.open("/makeup-mirrors/kimball-young/disclaimer.html","px","width=580,height=440,scrollbars");
	// 	}
return true;
	}

function warranty(){
	window.open("/makeup-mirrors/kimball-young/warranty.php","xx","width=400,height=355,resizeable");
	}
function threeYears(){
	x=window.open("http://www.seattleluxe.com/makeup-mirrors/kimball-young/warranty.php", "px", "width=400,height=355,resizeable");
	}
 // from here down is purely for the Swarovsky Compact offer starting October 2009.  Can be removed when the offer is over and the includes have been removed from the files.
var stopper=""; // <<<<<<<< also remove reference to this in checkDataX() - above.
function terms(){
	document.getElementById("terms").style.display="block";
	stopper="stop"; // stops checkDataX() from firing
}
function decline(t){
	if (t.terms_agreement[1].checked){
		document.getElementById("yesbox").checked=false;
	}else{
		t.LOCKED02.value="1";
	}
	document.getElementById("terms").style.display="none";
}
function awake(){
	document.getElementById("button123").disabled=false;
	stopper="";
}
function crawford(){
	window.open("swarovski.php","xx","width=850,height=761,scrollbars,resizable");
}
