function confirmAction(url,msg){if(confirm(msg)){if(url){document.location.href=url;}
return true;}
return false;}
function openHelp(url){window.open(url,'Help','width=700,height=600,screenX=100,screenY=100,toolbar=0,scrollbars=1');}
function openComments(url){window.open(url,'Comments','width=700,height=600,screenX=100,screenY=100,toolbar=0,resizable=1,scrollbars=1');}
function openWindow(url){window.open(url,'Window','width=600,height=550,screenX=100,screenY=100,toolbar=0,resizable=1,scrollbars=1');}
function openRTWindow(url){window.open(url,'RT','width=700,height=500,screenX=100,screenY=100,toolbar=0,resizable=1,scrollbars=1');}
function openRTWindowWithToolbar(url){window.open(url,'RT','width=700,height=500,screenX=100,screenY=100,toolbar=1,resizable=1,scrollbars=1');}
function getBrowserObject(objectId,style){var isNE4=0;var currObject;if(document.getElementById){currObject=document.getElementById(objectId);}else if(document.all){currObject=document.all[objectId];}else if(document.layers){currObject=document.layers[objectId];isNE4=1;}else{}
if(style&&!isNE4){currObject=currObject.style;}
return currObject;}
function loadUrl(url){document.location.href=url;}
