function openNewWindow(fileName) {
	win4471 = open(fileName,"IntraService","width=620,height=490,left=100,top=100,dependent=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no");
}

function openDetails(fileName) {
	win4471 = open(fileName,"IntraService","width=620,height=600,left=100,top=50,dependent=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=yes");
}
