function pop(url, x, y){
		features='top=200,left=200,width='+x+',height='+y+',scrollbars=yes';
		mywindow=window.open(url,'profile',features);
		mywindow.focus();	
		}

