
<!--
var MNUbuy = new MenuList();
              MNUbuy.APPEND("4Cs Diamond Guide","howtobuy_4cs.htm");
              MNUbuy.APPEND("Certifications","howtobuy_certification.htm");                                          

var MNUhot = new MenuList();
              MNUhot.APPEND("Right Now","hot.asp");
                                        
var MNUjewelry = new MenuList();
              MNUjewelry.APPEND("Bridal Rings","jewelry_rings.asp");
              MNUjewelry.APPEND("Estate Rings","jewelry_estate_rings.asp");
              MNUjewelry.APPEND("Necklaces","jewelry_necklaces.asp");
              MNUjewelry.APPEND("Antique Collectables","jewelry_antiques.asp");
              MNUjewelry.APPEND("Earrings","jewelry_earrings.asp");
              MNUjewelry.APPEND("Watches","jewelry_watches.asp");
              MNUjewelry.APPEND("Search","jewelrySearch.asp");

			                
var MNUwho = new MenuList();
              MNUwho.APPEND("Our Mission","whoMission.htm");
              MNUwho.APPEND("Contact","whoContact.htm");
              MNUwho.APPEND("Join Our Email List","whoEmail.htm");



<!-- WINDOW FUNCTION ???? -->

function windowOpen(w,h,name,URL) {
        newWin = window.open(URL,name,"toolbar=no,status=no,menubar=yes,scrollbars=no,resizable=no,width=" + w + ",height=" + h);
        newWin.focus();
}
function windowOpenscroll(w,h,name,URL) {
        newWin = window.open(URL,name,"toolbar=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=" + w + ",height=" + h);
       newWin.focus();
}
<!-- END WINDOW FUNCTION ???? -->


<!-- IMAGE SWAPPING -->

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v3.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
             
<!-- END IMAGE SWAPPING -->



   function preload(imgObj,imgSrc) {
		if (document.images) {
		eval(imgObj+' = new Image()')
		eval(imgObj+'.src = "'+imgSrc+'"')
		}
}
preload('menu1','vaimages/menu/menu_buy.gif')
preload('menu1on','vaimages/menu/menu_buy_on.gif')
preload('menu2','vaimages/menu/menu_hot.gif')
preload('menu2on','vaimages/menu/menu_hot_on.gif')
//preload('menu3','vaimages/menu/menu_design.gif')
//preload('menu3on','vaimages/menu/menu_design_on.gif')
//preload('menu4','vaimages/menu/menu_ring.gif')
//preload('menu4on','vaimages/menu/menu_ring_on.gif')
preload('menu5','vaimages/menu/menu_jewelry.gif')
preload('menu5on','vaimages/menu/menu_jewelry_on.gif')
preload('menu6','vaimages/menu/menu_who.gif')
preload('menu6on','vaimages/menu/menu_who_on.gif')
//preload('menu7','vaimages/menu/menu_search.gif')
//preload('menu7on','vaimages/menu/menu_search_on.gif')
preload('menu8','vaimages/menu_search.gif')
preload('menu8on','vaimages/menu_search2.gif')


function changeImage(imgName,imgObj) {
	if (document.images) {
		document[imgName].src = eval(imgObj+'.src')
	}
}


<!-- BROWSER DETECTION USED FOR TEXT SIZE NORMALIZATION -->

bPlatform = navigator.platform.toUpperCase()
PLATFORM = bPlatform.slice(0,3)
bBrowser = navigator.appName.toUpperCase()
BROWSER = bBrowser.slice(0,3)
if (BROWSER == "NET") {
	VERSION = navigator.appVersion.slice(0,3);
}
else if (BROWSER == "MIC") {
	position = navigator.appVersion.indexOf("MSIE");
	startMe = position + 5;
	stopMe = position + 8;
	strVERSION = navigator.appVersion.slice(startMe,stopMe);
	VERSION = parseInt(strVERSION);
}

if (PLATFORM == "MAC") {
	if (BROWSER == "MIC") {
		if (VERSION < 5.0) {
			textDiff = 0;
			lineDiff = 3;
		}
		if (VERSION >= 5.0) {
			textDiff = -2;
			lineDiff = 5;
		}
	}
	if (BROWSER == "NET") {
		textDiff = 0;
		lineDiff = 3;
	}
}
else if (PLATFORM == "WIN") {
	if (BROWSER == "MIC") {
		if (VERSION < 5.0) {
			textDiff = -2;
			lineDiff = 3;
		}
		if (VERSION >= 5.0) {
			textDiff = -2;
			lineDiff = 5;
		}
	}
	if (BROWSER == "NET") {
		textDiff = -1;
		lineDiff = 3;
	}
}
else {
	textDiff = -1;
	lineDiff = 3;
}

<!--  TEXT SIZE AND LINE HEIGHT ARE NORMALIZED USING MacIE AS THE BASE  -->

textSize = 12
linkSize = 11
subtextSize = 8
menutextSize = 9


var styles = "<STYLE TYPE=\"text/css\">\n"+
"<!--\n"+
".text {\n"+
"	text-decoration: none;\n"+
"	color: FFFFFF;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + (textSize + textDiff) + "pt;\n"+
"	line-height: " + (textSize + textDiff + lineDiff) + "px;\n"+
"}\n"+
".textblack {\n"+
"	text-decoration: none;\n"+
"	color: 000000;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + (textSize + textDiff) + "pt;\n"+
"	line-height: " + (textSize + textDiff + lineDiff) + "px;\n"+
"}\n"+
".link {\n"+
"	text-decoration: none;\n"+
"	color: 9999CC;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-weight: bold;\n"+
"	font-size: " + (linkSize + textDiff) + "pt;\n"+
"	line-height: " + (linkSize + textDiff + lineDiff) + "px;\n"+
"}\n"+
".subtext {\n"+
"	text-decoration: none;\n"+
"	color: 000000;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + subtextSize + "pt;\n"+
"	line-height: " + (subtextSize + lineDiff) + "px;\n"+
"}\n"+
".subtextgrey {\n"+
"	text-decoration: none;\n"+
"	color: eeeeee;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + subtextSize + "pt;\n"+
"	line-height: " + (subtextSize + lineDiff) + "px;\n"+
"}\n"+
".menuOn {\n"+
"	text-decoration: none;\n"+
"	color: FFFFFF;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + menutextSize + "px;\n"+
"	line-height: " + (menutextSize + lineDiff) + "px;\n"+
"}\n"+
".menuOff {\n"+
"	text-decoration: none;\n"+
"	color: 9999CC;\n"+
"	font-family: helvetica,arial,geneva;\n"+
"	font-size: " + menutextSize + "px;\n"+
"	line-height: " + (menutextSize + lineDiff) + "px;\n"+
"}\n"+
"//-->\n"+
"<\/STYLE>";

document.write(styles)


//-->
