// File: popups.js
// Used with Core Values Links on home page
// Dan Murray, October, 2011

function integrity()	// Opens the core value "integrity" page
{  open("cv-integrity.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=415, left=200, top=200");
}

function character()	// Opens the core value "character" page
{  open("cv-character.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=500, left=200, top=200");
}

function honor()	// Opens the core value "honor" page
{  open("cv-honor.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=415, left=200, top=200");
}

function loyalty()	// Opens the core value "loyalty" page
{  open("cv-loyalty.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=450, left=200, top=200");
}

function courtesy()	// Opens the core value "courtesy" page
{  open("cv-courtesy.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=415, left=200, top=200");
}

function judgement()	// Opens the core value "judgement" page
{  open("cv-judgement.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=150, width=500, left=200, top=200");
}

function knowledge()	// Opens the core value "knowledge" page
{  open("cv-knowledge.htm", "New_Window", "toolbar=no, menubar=no, scrollbars=no, resizable=no, titlebar=no, height=200, width=450, left=200, top=200");
}

