function actionWindow(url){
	window.open(url,'name','height=550,width=420,left=100,top=100,resizable=no,scrollbars=yes,toolbar=no,status=no');
}

