function openGuarantee() {
	window.open('guarantee.php', 'Guarantee', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizeable=no, scrollbars=no, width=350, height=150');
}

function openBuyerLeads() {
	window.open('buyerLeadsPopUp.php', 'Buyer_Leads', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizeable=no, scrollbars=no, width=400, height=225');
	}
	
function openDesc(url) {
	window.open(url, 'Description', 'toolbar=no, location=no, directories=no, status=no, menubar=no, resizeable=no, scrollbars=no, width=400, height=250');
	}