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