<!-- 

function newWindow(html) 
{ 
	var baseUrl = 'http://www.accc.uic.edu/pclabs/' + html;
window.open(baseUrl,"mywindow","width=800,height=280,left=0,top=100,screenX=500,screenY=300"); 
} 
//-->