<!-- //´ò¿ªpop´°¿Ú
function popwin(url,Wwidth,Wheight)
{
  window.open(url,"Hua","width=518, height="+(screen.height-120)+", top=10, left="+(screen.width-520)/2+", scrollbars=1")
}

function popwin2(url,Wwidth,Wheight)
{
  window.open(url,"Hua","width=794, height="+(screen.height-55)+", top=0, left="+(screen.width-800)/2+", scrollbars=1")
}
function win(url,Wwidth,Wheight)
{
  window.open(url,"Hua","width=340, height=360, top=50, left="+(screen.width-800)/1+"")
}
function book(url,Wwidth,Wheight)
{
  window.open(url,"Hua","width=776, height=600, top=60, left="+(screen.width-900)/1+"")
}
//-->