<!--/**** Begin - Functions for image enlargement windows*/function popupcode() {var x = document.getElementsByTagName('a');for (var i=0;i< x.length;i++)	{	if (x[i].className == 'popup_earring')		{		x[i].onclick = function () {			return popup_earring(this.href)			}		x[i].title += ' (Popup_earring)';		}
	if (x[i].className == 'popup_bracelet')		{		x[i].onclick = function () {			return popup_bracelet(this.href)			}		x[i].title += ' (Popup_bracelet)';		}	if (x[i].className == 'popup_necklace')		{		x[i].onclick = function () {			return popup_necklace(this.href)			}		x[i].title += ' (Popup_necklace)';		}
	if (x[i].className == 'popup_set')		{		x[i].onclick = function () {			return popup_set(this.href)			}		x[i].title += ' (Popup_set)';		}	}}function popup_earring(url){newwindow=window.open(url,'name','height=351, width=360, resizable=no, scrollbars=no, toolbar=no, menubar=no, status=no');if (window.focus) {newwindow.focus()}return false;}

function popup_bracelet(url){newwindow=window.open(url,'name','height=351, width=360, resizable=no, scrollbars=no, toolbar=no, menubar=no, status=no');if (window.focus) {newwindow.focus()}return false;}function popup_necklace(url){newwindow=window.open(url,'name','height=504, width=360, resizable=no, scrollbars=no, toolbar=no, menubar=no, status=no');if (window.focus) {newwindow.focus()}return false;}

function popup_set(url){newwindow=window.open(url,'name','height=360, width=504, resizable=no, scrollbars=no, toolbar=no, menubar=no, status=no');if (window.focus) {newwindow.focus()}return false;}/**** End - Functions for image enlargement windows*//**** Begin - Functions for menu rollover effect*/function newImage(arg) {	if (document.images) {		rslt = new Image();		rslt.src = arg;		return rslt;	}}function changeImages() {	if (document.images && (preloadFlag == true)) {		for (var i=0; i<changeImages.arguments.length; i+=2) {			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];		}	}}var preloadFlag = false;function preloadImages() {	if (document.images) {		about_over = newImage("images/about-over.jpg");		preloadFlag = true;	}}/**** End - Functions for menu rollover effect*/// Invoke initial functions required by image enlargement functions and menu rollover functionsfunction init() {	preloadImages();	popupcode();}// Function to invoke at loading of browser page (window)window.onload=init;// -->