function buyfromdistributor(part,flag) 
{       
	window.open('../../shoppingcart/popup_distributor.jsp?TSP_PAGE='+flag+'&partnumber=' + part, 'Freescale','location=no,toolbar=no,scrollbars=yes,resizable,width=750,height=500');
}