function newopen(pagename, width, height){
newWin = window.open(pagename,"","resizable=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0,width="+width+",height="+height);
 	newWin.focus();
}
