function windowOpen(tgtUrl,name){
	window.open(tgtUrl,name,'height=400,width=600,menubar=no,toolbar=no,location=yes,status=no,scrollbars=no,resizable=no')
}