﻿// Scripts used on MastPage.master
function Certifications_Click(URL)
{
	var testwindow=window.open(URL,'','status=0,toolbar=0,resizable=1,width=890,height=650',false);
	testwindow.moveTo(5,10);
	return(false);
}

function URAC_Click()
{
    //var URL="http://webapps.urac.org/directory/dirv2/companyRecord.asp?ID=1525";
    var URL="http://www.urac.org/directory/CompanyView.aspx?cid=E6800000063";
	var testwindow=window.open(URL,'','status=1,scrollbars=1,width=860,height=600',false);
	testwindow.moveTo(5,5);
	return(false);
}

function PoliciesandProcedures_Click(URL)
{
    var testwindow=window.open(URL,'','status=0,toolbar=0,resizable=1,width=890,height=650',false);
	testwindow.moveTo(5,10);
	return(false);
}

