function view(type){		
		win_width = document.body.offsetWidth/2 - 300;
		win_height = 100;
		
		popupWin = window.open(type+'.php','open_window', 'dependent,width=570,height=420,left='+win_width+',top='+win_height+',scrollbars=no,resizable=no');
}