// JavaScript Document

function CostPopUp()
{
	prodWin = this.window
	newWindow = window.open("","","width=440,height=320,status=yes,toolbar=no,menubar=no,resizable=yes,scrollbars=no")
	newWindow.prodWin = prodWin
	newWindow.location = "live-chat-form.aspx"
}
	
