function openinnew_customized(m_url, m_width, m_height, m_top, m_left) {
	window.open(m_url,null,"height=" + m_height + ",width=" + m_width + ",status=yes,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,top=" + m_top + ",left=" + m_left);
}

function openinnew_standard(m_url) {
	window.open(m_url);
}


