<!--

if (self != top)
    top.location.replace(self.location);

function frameJammer_hp(){
   var framedPage = location.search;
   if (framedPage.length > 1){
      framedPage = framedPage.substring(1);
      var theSplit = framedPage.indexOf('~');
      var thePage = framedPage.substring(0,theSplit);
      var theFrame = framedPage.substring(theSplit+1);
      eval("top."+ theFrame+".location.replace('"+ thePage+"')");
      }
   }

var agt = navigator.userAgent.toLowerCase();
var is_major = parseInt(navigator.appVersion);
var is_iemacdud = (agt.indexOf('msie')!=-1) && (agt.indexOf('mac')!=-1) && (is_major<4);
if (is_iemacdud) setTimeout('frameJammer_hp()',1500); 

function openinvestor(winfile)
{
window.open (winfile,'','scrollbars=yes,width=600,height=400')
}

function opendisclaimer(winfile)
{
window.open (winfile,'','scrollbars=no,width=470,height=250')
}

function openprivacy(winfile)
{
window.open (winfile,'','scrollbars=yes,width=500,height=270')
}

function openedjor(winfile)
{
window.open (winfile,'','scrollbars=yes,width=400,height=250')
}

function opencopyright(winfile)
{
window.open (winfile,'','scrollbars=no,width=400,height=235')
}

function openadd(winfile)
{
window.open (winfile,'','scrollbars=no,width=515,height=250')
}
function enableme() {

document.formmdemo.selDate.disabled=false;
document.formmdemo.selTime.disabled=false;
formmdemo.selDate.focus();

}
function disableme() {

document.formmdemo.selDate.disabled=true;
document.formmdemo.selTime.disabled=true;

}

function PopupPic(sPicURL) { 
window.open( "popup.htm?"+sPicURL, "","resizable=1,HEIGHT=255,WIDTH=246"); 
} 
-->