// JavaScript Document

Cufon.replace('.zurichCnBtHome', { fontFamily: 'Zurich Cn BT' });

Cufon.replace('#nav a', { fontFamily: 'Zurich Cn BT', hover: true });

function openwin(page, width, height) { 
	OpenWin = this.open(page, "newwindow", "toolbar=no, menubar=no ,location=no, status=yes, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); 
}
