function openWindow(path,width,height) {
	prefString = 'width=' + width + ',height=' + height + ',screenx=100,screeny=100,left=100,top=100,directories=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,resizable=no'
	window.open(path,'picwin',prefString);
}