//OPEN BROWSER WINDOW
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function refresh_basket() {
	opener.location='basket.php?section=confirm';self.close();
}