function openinnew_customized(m_url, m_width, m_height, m_top, m_left) {
	window.open(m_url,"_blank","height=" + m_height + ",width=" + m_width + ",status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,top=" + m_top + ",left=" + m_left);
}

function openinnew_customized_fixed(m_url, m_width, m_height, m_top, m_left) {
	window.open(m_url,"_blank","height=" + m_height + ",width=" + m_width + ",status=yes,toolbar=no,menubar=no,scrollbars=no,resizable=no,top=" + m_top + ",left=" + m_left);
}

function openinnew_standard(m_url) {
	window.open(m_url);
}

function EasyChatLink(){
	openinnew_customized_fixed('http://www.karzansoft.com/EasyChat/ChatVisitor/visitorsignin.aspx', 404, 400, 20, 20);
}

