function releaseinfo (URL) {
aWindow = window.open(URL,"more_info","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=300,left=50,top=50,screenX=25,screenY=25");aWindow.focus();
}

function promo (URL) {
bWindow = window.open(URL,"promo","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,copyhistory=yes,width=500,height=500,left=50,top=50,screenX=25,screenY=25");bWindow.focus();
}