function openWindow(theURL,width, height) 
{ 
	window.open(theURL,"_blank","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=no,resizable=0,width=" + width + ",height= " + height + ",left=20,top=20");
}
