// These calls are made via actionscript from within the TopFlash item
// Fresh Breath Assessment
jQuery.noConflict();
function FreshBreathAssessment() {
    //jQuery.GuidePop('Fresh_Breath_Content', 605, 463);
	jQuery.GuidePop('Fresh-Breath-Content', 605, 463, 'Fresh Breath Content', 'guide');
}

// Guide To Brushing
function GuideToBrushing() {
    //jQuery.GuidePop('Guide_To_Brushing_Content', 605, 300);
	jQuery.GuidePop('Guide-To-Brushing-Content', 605, 300, 'Guide To Brushing', 'guide');
}

// Smile Saver
function SmileSaver() {
    //jQuery.GuidePop('Smile_Saver_Content', 605, 275);
	jQuery.GuidePop('Smile-Saver-Content', 605, 275, 'Smile Saver', 'guide');
}

// Smiles At Every Age
function SmilesAtEveryAge() {
    //jQuery.GuidePop('Every_Age_Content', 605, 419);
	jQuery.GuidePop('Every-Age-Content', 605, 419, 'Every Age Content', 'guide');
}

// Whitening Evaluation
function WhiteningEvaluation() {
    //jQuery.GuidePop('Whitening_Evaluation_Content', 605, 360);
	jQuery.GuidePop('Whitening-Evaluation-Content', 605, 360, 'Whitening Evaluation', 'guide');
}

// Bad Breath Video
function BadBreathVideo() {
    jQuery.GuidePop('Bad-Breath-Content', 555, 312, 'Bad Breath', 'video');
}

// ChildrensTeeth Video
function ChildrensTeethVideo() {
    jQuery.GuidePop('Childrens-Teeth-Content', 555, 312, 'Childrens Teeth', 'video');
}

// HowToBrush Video
function HowToBrushVideo() {
    jQuery.GuidePop('How-To-Brush-Content', 555, 312, 'How To Brush', 'video');
}