function newWindow(url, name) {
	var l=document.body.offsetWidth-620;
	basketwin=window.open(url,name,"resizable,scrollbars,toolbar=0,location=0,menubar=0,width=600,height=500,left="+l+",top=10");
	basketwin.focus();
}
