function customerPopup(customer)
{
	SRC = new String(customer + ".html");
	window.open(SRC, "popup", "width=700,height=500,scrolling=auto,toolbar=no");
}