function openEdit(id, col, size, type, dir_path){
	winSize=parseInt(size)+50;
	eidtWin = window.open(dir_path+'edit_page.php?id='+id+'&col='+col+'&type='+type+'&size='+size,'editWin','left=20,top=20,width='+winSize+',height=800,toolbar=0,location=0,resizable=1');
}
function openSandEdit(id, col, size, type, path){
	winSize=parseInt(size)+50;
	eidtWin = window.open(path+'sand_edit_page.php?id='+id+'&col='+col+'&type='+type+'&size='+size,'editWin','left=20,top=20,width='+winSize+',height=800,toolbar=0,location=0,resizable=1');
}
function chkin(dir_path){
	chkinWin = window.open(dir_path+'chkin.php','chkinWin','left=20,top=20,width=880,height=330,toolbar=0,location=0,resizable=0');
}
function manage(dir_path){
	manageWin = window.open(dir_path+'manage.php','manageWin','left=20,top=20,width=1090,height=830,toolbar=0,location=0,resizable=0,scrollbars=1');
}