/*-----------------------------------------------------------------------------
===============================================================================
- Create: August 4, 2008
- Create By: Phoenix Snake @ C2P Thailand
- http://www.c2pthailand.com
===============================================================================
-----------------------------------------------------------------------------*/

function livechat( departmentID )
{   
   var engine = "/livehelp/livehelp.php?department=" + departmentID;
   window.open( engine, null, "left=100,top=100,width=600,height=460" );
}

