// new function for global open spotlight:
function openSpotlight(who){
newwin = window.open(who,"Spotlight","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightCORESense() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_coresense.htm","coresense","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightSinglePoint() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_singlepoint.htm","singlepoint","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightTank() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_tanktechnologies.htm","tank","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightJWLocke() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_jwlocke.htm","jwlocke","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightNGEN() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_ngen.htm","ngen","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightVergence() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_vergence.htm","vergence","height=650,width=790,resizable,scrollbars=yes")
}
function openSpotlightAlpheon() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_alpheon.htm","alpheon","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightMasterIT() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_masterit.htm","masterit","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightGaeltek() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_gaeltek.htm","gaeltek","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlightCharlotte() {
	newwin = window.open("http://www.autotask.com/spotlight/spotlight_charlottetech.htm","charlotte","height=650,width=790,resizable,scrollbars=yes")
}

function openSpotlight2Gen() {
    newwin = window.open("/spotlight/spotlight_2gen.htm", "2gen", "height=650,width=790,resizable,scrollbars=yes");
}