<!--

function popup(url) {
var contentWin =
window.open(url,"other2","width=633,height=500,resizable=no,toolbar=no,location=no,directories=no,status=yes,scroll=auto,scrollbars=yes,menubar=no,left=5,top=5");
contentWin.focus();
}


function popup1(url) {
var contentWin1 =
window.open(url,"swatches","width=425,height=420,resizable=no,toolbar=no,location=no,directories=no,status=yes,scroll=no,scrollbars=no,menubar=no,left=5,top=5");
contentWin1.focus();
}


function popup2(url) {
var contentWin2 =
window.open(url,"other","width=450,height=420,resizable=no,toolbar=no,location=no,directories=no,status=yes,scroll=yes,scrollbars=yes,menubar=no,left=5,top=5");
contentWin2.focus();
}


function popup3(url) {
var contentWin3 =
window.open(url,"other3","width=633,height=475,resizable=no,toolbar=no,location=no,directories=no,status=yes,scroll=auto,scrollbars=yes,menubar=no,left=5,top=5");
contentWin3.focus();
}

function galleryWin(url) {
var contentWinGall =
window.open(url,"PhotoGallery","width=800,height=600,resizable=no,toolbar=no,location=no,directories=no,status=yes,scroll=no,scrollbars=no,menubar=no,left=5,top=5");
contentWinGall.focus();
}

-->
