function openTPCProcessWindow()
{

if (window.screen.height > 810)
   opentpcproccesswindow=window.open('/TPC_Process_InDepth.html','processwindow','width=640,height=800,resizable=yes');
else
   opentpcproccesswindow=window.open('/TPC_Process_InDepth.html','processwindow','width=660,height=window.screen.height-50,scrollbars=yes,resizable=yes');	
}
