function thawte(){
	var width = screen.width;
	var height = screen.height;
	var popW = 550;
	var popH = 500;
	var winleft = (width - popW) / 2;
	var wintop = (height - popH) / 2 - 20;
	window.open("https://greatpricedfurniture.com/thawte.jsp","myNewWindow","width=" + popW + ",height=" + popH + ",left=" + winleft + ", top=" + wintop + ",scrollbars=yes,resizable=yes,location=yes,status=yes");
}