
function about_us(url, name) {

  popupWin = window.open("window/about_us.html", "name",
  "width=500,height=450");
	popupWin.focus();
	}

function products(url, name) {

  popupWin = window.open("window/products.html", "name",
  "width=500,height=450");
	popupWin.focus();
	}

function services(url, name) {

  popupWin = window.open("window/services.html", "name",
  "width=500,height=450");
popupWin.focus();
	}

function whatsnew(url, name) {

  popupWin = window.open("window/whatsnew.html", "name",
  "width=500,height=450");
popupWin.focus();
	}

function offices(url, name) {

  popupWin = window.open("window/contact.html", "name",
  "width=500,height=450");
popupWin.focus();
	}
function contact(url, name) {

  popupWin = window.open("window/contact.html", "name",
  "width=500,height=450");
popupWin.focus();
	}
	
function overview(url, name) {

  popupWin = window.open("slideshow/sld001.htm", "name",
  "width=500,height=450");
	popupWin.focus();
	}