function showContact() {
	/*
	tb_show("Contact Us", "/view/contact.html?TB_iframe=true&height=610&width=690&modal=true",false);
	$("#TB_iframeContent").css({height:"610px", width:"690px", overflow:"hidden"});
	$("#TB_window").css({overflow:"hidden"});
	*/
	
	var newWindow = window.open('http://webform.alcatel-lucent.com/res/alu/survey/alu2CustomForm.jsp?cw=CWF8&campaign=&offer', '_blank');
	newWindow.focus();
	//return false;
} 

/*
function closeContact(){
	tb_remove();
} 
*/

