<!--

if (parent.frames.length >0) {
parent.window.location.href = this.window.location.href;
}

///////////////////////////////////////////////////////////////////////////////////////////////////

if (document.images) {

var low01u = new Image()
low01u.src = "/images/icons/house.gif"
var low01h = new Image()
low01h.src = "/images/icons/house2.gif"

var low02u = new Image()
low02u.src = "/images/icons/email.gif"
var low02h = new Image()
low02h.src = "/images/icons/email2.gif"

var low03u = new Image()
low03u.src = "/images/icons/sitemap.gif"
var low03h = new Image()
low03h.src = "/images/icons/sitemap2.gif"

var low04u = new Image()
low04u.src = "/images/icons/printer.gif"
var low04h = new Image()
low04h.src = "/images/icons/printer2.gif"

}
function isusual(imgName) {
if (document.images) document[imgName].src=eval(imgName + 'u.src');
}
function ishigh(imgName) {
if (document.images) document[imgName].src=eval(imgName + 'h.src');
}

///////////////////////////////////////////////////////////////////////////////////////////////////

function RazorMail(user, domain, suffix, css) {
document.write('<A HREF="' + 'mailto:' + user + '@' + domain + '.' + suffix + '" CLASS="' + css + '">' + user + '@' + domain + '.' + suffix + '</a>');
}

///////////////////////////////////////////////////////////////////////////////////////////////////

function openWin(URL,WIDTH,HEIGHT) {
aWindow=window.open(URL,"thewindow","toolbar=no,width=WIDTH,height=HEIGHT,status=no,scrollbars=no,resize=no,menubar=no");
}

///////////////////////////////////////////////////////////////////////////////////////////////////

function open_html(url, wwidth, wheight) {
pX = Math.round((screen.width - wwidth) / 2);
pY = Math.round((screen.height - wheight) / 2);
if (document.all) {
win_coords =',left='+pX+',top='+pY;
var w = window.open('', 'NewWindow', 'width='+wwidth+',height='+wheight+',titlebar=no,resizable=no,scrollbars=yes'+win_coords);
w.location = url;
}
else {
win_coords =',screenX='+pX+',screenY='+pY;
window.open(url,'_blank', 'width='+wwidth+',height='+wheight+',titlebar=no,menubar=no,status=no,location=no,fullscreen=no,directories=no,resizable=no,scrollbars=yes'+win_coords);
}
}

function open_photo(url, wwidth, wheight) {
pX = Math.round((screen.width - wwidth) / 2);
pY = Math.round((screen.height - wheight) / 2);
if(document.all) {
win_coords =',left='+pX+',top='+pY;
var w = window.open('', 'NewWindow', 'width='+wwidth+',height='+wheight+',titlebar=no,resizable=no,scrollbars=no'+win_coords);
w.location = url;
}
else {
win_coords =',screenX='+pX+',screenY='+pY;
window.open(url,'_blank', 'width='+wwidth+',height='+wheight+',titlebar=no,menubar=no,status=no,location=no,fullscreen=no,directories=no,resizable=no,scrollbars=no'+win_coords);
}
}

//-->
