function collect2(){
theUrl='collect2.html'
popup = window.open(theUrl,'collect2','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=200,top=100,left=100');
}
