function newWindow(theurl,thewidth,theheight){

	newWin = window.open(theurl,'newWindow','width=' + thewidth + ',height=' + theheight + ',toolbar=no,location=no,scrollbars=yes,resizable=yes');

}






