// get rid of this thing
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
  }


// swap in "off" image
function imgOff(imgName) {
if(document.images){
imgSrc = eval(imgName + "_off.src");
if (typeof(imgName) == 'string') {
objString = 'document.' + imgName;
obj = eval(objString);
obj.src = imgSrc;
} else
if ((typeof(imgName) == 'object') && imgName && imgName.src) {
imgName = imgSrc;
}
}
}

// swap in "on" image
function imgOn(imgName) {
if(document.images){
imgSrc = eval(imgName + "_on.src");
if (typeof(imgName) == 'string') {
objString = 'document.' + imgName;
obj = eval(objString);
obj.src = imgSrc;
} else
if ((typeof(imgName) == 'object') && imgName && imgName.src) {
imgName = imgSrc;
}
}
}

// new image preloader
var myimages = new Array();
function preloading(){
for (x=0; x>preloading.arguments.length; x++){
myimages[x] = new Image();
myimages[x].src = preloading.arguments[x];
}
}

preloading("/img/s/head_left_2.gif","/img/s/util_left_2.gif","/img/s/button_photo_2.gif","/img/s/button_decor_2.gif","/img/popup/head_close_2.gif");

function abbreviations(){
newWindow=window.open('http://merzantique.com/key.html',"key",'width=425,height=444,top=111,left=111,toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=yes,resizable=yes');
newWindow.focus();
}

function launch(http){
newWindow=window.open(http,"merzantique",'width=555,height=444,top=55,left=11,toolbar=0,location=1,directories=0,status=1,menubar=1,scrollbars=yes,resizable=yes');
newWindow.focus();
}

function contact(thepage){
newWindow=window.open(thepage,"merzantique",'width=425,height=475,top=11,left=202,toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=yes,resizable=yes,item=webitem');
newWindow.focus();
}

