/**
 * Doupler CMS Studio
 *
 * This file unified mainly js functions used in all the portal context
 * @version 1.0
 * @package portal
 */

function chat(url,width,height) {
        heightFull = height;
        newWindow = window.open('http://www.doupler.com/index/chat/talk/'+url,'howitworks','width='+width+',height='+heightFull+',directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,marginleft=0,margintop=0,left='+(((screen.width-width)/2)+-10)+',top='+(((screen.height-heightFull)/2)+-30));
  	    newWindow.focus();
}
