function OpenNewWindow(sURL_IE, sTitle, sWidth, sHeight, sScrolls, sStatusBar) {
	oNewWindow = window.open(sURL_IE, sTitle, 'toolbar=no,location=no,directories=no,status=' + sStatusBar + ',menubar=no,scrollbars=' + sScrolls + ',resizable=' + sScrolls + ',copyhistory=no,width=' + sWidth + ',height=' + sHeight);
} // End of OpenNewWindow