function popup(url, width, height){
	window.open(url,'mywin','left=0,top=0,width='+width+',height='+height+',toolbar=0,scrollbars=0,resizable=0,status=0,location=0');
}
