// Begin: Function for masthead //
function modelesswin(url,mwidth,mheight){
if (document.all&&window.print) //if ie5
//resizable parameter value has been changed to 1 for DMT issue no 384 on 09/03/05
eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:'+(mwidth)+'px;dialogHeight:'+(mheight+80)+'px;status:no;scroll:no;")')
else
//resizable parameter value has been changed to 1 for DMT issue no 384 on 09/03/05
eval('window.open(url,"","width='+(mwidth+50)+'px,height='+(mheight+80)+'px,resizable=1,scrollbars=0")')
}
function win2col(url2col){
//resizable parameter value has been changed to 1 for DMT issue no 384 on 09/03/05
window.open(url2col,'BP','width=433,height=500,status=no,resizable=1,top=110,left=200,toolbar=no,menubar=no,scrollbars=yes')
}
function win3col(url3col){
//resizable parameter value has been changed to 1 for DMT issue no 384 on 09/03/05
window.open(url3col,'Bp_com','width=627, height=500,resizable=1,top=110,left=200,toolbar=0,titlebar=0,menubar=0,scrollbars=yes')
}
if (navigator.platform.indexOf("MacPPC")!=-1)
{
document.write('');
document.write('');
document.write('');
}