﻿function openNeurosurgery() {
	$.fn.colorbox({ href: '/Neurosurgery.aspx', innerHeight: '700px', innerWidth: '700px', iframe: true, opacity: 0.5 });
} 
function openSpine() {
	$.fn.colorbox({ href: '/Spine.aspx', innerHeight: '700px', innerWidth: '700px', iframe: true, opacity: 0.5 });
}


var oForm;

function openNeuroResidentProgramForm() {
	oForm = $.fn.colorbox({ href: '/NeuroResidentProgramForm.aspx', innerHeight: '700px', innerWidth: '800px', iframe: true, opacity: 0.5 });
}

function resizeNeuroResidentProgramForm() {
	oForm.resize();
}
