
function openPopupPartner(url) {
	win = window.open(url, "partner", "width=473,height=332,left=320,top=200,scrollbars,resizable");
	win.focus();
}
