function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openPopup()
{
	window.open('http://www.collegeofcosmeticmedicine.com/CPPK3.html', 'CollegeOfCosmeticMedicine', "menubar=0,resizable=1,width=800,height=940,scrollbars=1");
}
