function popWin(URL,Width,Height){
	window_pop = window.open(URL, 'view', 'width=' + Width +',height=' + Height + ',top=40,left=130,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,directories=no,location=no,status=no');
	window_pop.focus();
}



