﻿function open_print(type,id)
{
   OpenBrWindowIsScroll('popup/print-detail.aspx?type='+type+'&id='+id,'print',600,450)
}
function open_lang(type,id)
{
  
   if(type==1) //tin tuc
      OpenBrWindowIsScroll('http://translate.google.com/translate?hl=en&sl=vi&tl=en&u=http://www.dtdtqnam.gov.vn/popup/english_tintuc.aspx?id='+id,'print',650,500)
   if(type==2) //page
      OpenBrWindowIsScroll('http://translate.google.com/translate?hl=en&sl=vi&tl=en&u=http://www.dtdtqnam.gov.vn/popup/english_page.aspx?id='+id,'print',650,500)
   if(type==3) //dtdt
      OpenBrWindowIsScroll('http://translate.google.com/translate?hl=en&sl=vi&tl=en&u=http://www.dtdtqnam.gov.vn/popup/english_dtdt.aspx?id='+id,'print',650,500)
   if(type==4) //nghien cuu
      OpenBrWindowIsScroll('http://translate.google.com/translate?hl=en&sl=vi&tl=en&u=http://www.dtdtqnam.gov.vn/popup/english_nghiencuu.aspx?id='+id,'print',650,500)
}
function open_sendurl()
{
   OpenBrWindow('popup/send_url.aspx?url='+document.location.href,'tv',550,300)
}
function open_thongtin_canbiet(flex)
{
   if(flex==1) //Du bao thoi tiet
      OpenBrWindow('http://www3.tuoitre.com.vn/Transweb/Weather.aspx','tv',550,550)
   if(flex==2) //Du bao thoi tiet
      OpenBrWindow('http://www3.tuoitre.com.vn/transweb/giavang.htm','tv',550,250)
   if(flex==3) //Du bao thoi tiet
      OpenBrWindow('http://www.tuoitre.com.vn/tianyon/transweb/TyGia.htm','tv',310,350)
      
}