



// AJAX video pop-up box
function show_intro_video(){
	GB_showCenter('Disc Overview Video', 'video-what-is-disc.html', 490, 620);
}	


// How To Video
function show_how_to_video(){
	GB_showCenter('How To Use DiSC Profiles', 'video-how-to-use-disc.html', 510, 620);
}	



// What is a DiSC Profile Video
function show_what_is_video(){
	GB_showCenter('What is a DiSC Profile', 'video-what-is-disc.html', 510, 620);
}	


