//flash view
function fl_view(objhtml) { 
    document.write(objhtml); 
}
//Top Button
function back_top() 
{ 
   x = document.body.scrollLeft; 
   y = document.body.scrollTop; 
   step = 2; 
   
   while ((x != 0) || (y != 0)) { 
      scroll (x, y); 
      step += (step * step / 300); 
      x -= step; 
      y -= step; 
      if (x < 0) x = 0; 
      if (y < 0) y = 0; 
   } 
   scroll (0, 0); 
} 

//popup

function Open_nomail()
{
   window.open('/footmenu/nomail.php' ,'nomail','width=400,height=228 , left=300 , top=300 , scrollbars=no , resizable=no');
}

function Open_post()
{
   window.open('/popup/postnumber01.php' ,'zipcode1','width=400,height=191 , left=300 , top=300 , scrollbars=no , resizable=no');
}
function Open_post2()
{
   window.open('/popup/postnumber01_1.php' ,'zipcode2','width=400,height=191 , left=300 , top=300 , scrollbars=no , resizable=no');
}
function Open_post3()
{
   window.open('/popup/postnumber01_2.php' ,'zipcode1','width=400,height=191 , left=300 , top=300 , scrollbars=no , resizable=no');
}

function Open_findid()
{
   window.open('/popup/findid.php' ,'findid','width=400,height=267 , left=300 , top=300 , scrollbars=no , resizable=no');
}

function Open_findpassword()
{
   window.open('/popup/findpassword.php' ,'findpass','width=400,height=300 , left=300 , top=300 , scrollbars=no , resizable=no');
}


