﻿function oloadImage(){
document.execCommand('BackgroundImageCache',false,true);
}
function GetImg(formdir){	
var dir = document.getElementById('ImgURL');	
dir.src = '/images/catalog/400/'+formdir;
dir.width=400;
dir.height=400;
}
function ImageSetalp(dir){	
dir.style.cssText='FILTER: alpha(opacity=60); -moz-opacity:0.6; border:solid 1px #ec683c';
}
function ImagDelealp(dir){	
dir.style.cssText='FILTER: alpha(opacity=100); -moz-opacity:1.0; border:solid 1px #ec683c';
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
