function popup(dir,left,top,w,h){
	window.open(dir,'','top='+top+',left='+left+',width='+w+',height='+h+',toolbar=0, resizable=0, location=0, status=0, menubar=0, scrollbars=yes');
}