// Used by recommend.php
function Start(page) {
OpenWin = this.open(page, 'Pop1', 'toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,height=230,width=460,left=40,top=40');
}


