
function openNewWindow() {

/*popupWin = window.open('deadLine.cfm', 'open_window', 
						'dependent, width=300, height=300, left=100, top=100')

 w = document.body.clientWidth, 
 h = document.body.clientHeight;
 popW = 750, popH = 600;
 leftPos = (w - popW) / 2, 
 topPos = (h - popH) / 2;
//window.open('deadLine.cfm','list','width=' + popW + ', scrollbars=yes, height=' + popH + ',top=' + topPos + ', left=' + leftPos);*/
window.open('deadLine.cfm','deadline', 'fullscreen = no, scrollbars=yes');
}
