function newWin(url,target,wW,wH) {
	var win_attr = 'toolbar=no,location=0,directories=0,status=0,menubar=yes,resizable=no,scrollbars=yes,width='+wW+',height='+wH+',left=25,top=25';
	newWindow=open(url, target, win_attr);
}

