/* Opens the site in a new window with High control */
function launchStore() {
	newWindow = window.open('http://www.phoenicselectronics.com/index.asp?siteId=7','nltstore','location=no,status=yes,scrollbars=yes,width=875,height=700,toolbar=no,addressbar=no');
}