function openPopup(url, width, height)
{
	//javascript:window.open(url, 'SEA CRM POPUP', 'toolbar,scrollbars=yes, width=' + width+',height='+ height);
	javascript:window.open(url, 'SEA_CRM_POPUP', 'toolbar,scrollbars=yes, width=' + width + ',height=' + height);
}

function popup(url,name, width, height)
{

	javascript:window.open(url, name, 'toolbar,scrollbars=yes, width=' + width + ',height=' + height);
}