function windNew(url){
	buy1 = window.open(' ', 'win2','width=275,height=275,left=250px,screenX=250px,top=150px,screenY=150px');
	buy1.location.href=url;
	buy1.focus();
}

