//***********************************************************************************
//One Fidelity / Style Guide Popups, used product-wide
//***********************************************************************************
function ofPopWinQuote(theURL) {
newWindow = window.open(theURL,'subWindowQuote','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,left=80,top=80,height=416,width=241')
newWindow.focus()
}

function ofPopWinIntermediate(theURL) {
newWindow = window.open(theURL,'subWindowIntermediate','toolbar=no,location=no,scrollbars=yes,status=no,menubar=no,resizable=yes,fullscreen=no,left=80,top=80,height=376,width=418')
newWindow.focus()
}

function ofPopWin1024(theURL) {
newWindow = window.open(theURL,'subWindow1024','toolbar=no,location=no,scrollbars=yes,status=no,menubar=no,resizable=yes,fullscreen=no,left=80,top=80,height=556,width=808')
newWindow.focus()
}

function ofPopWinVideo(theURL) {
newWindow = window.open(theURL,'subWindowVideo','toolbar=no,location=no,scrollbars=yes,status=no,menubar=no,resizable=yes,fullscreen=no,left=80,top=80,height=376,width=613')
newWindow.focus()
}



var supportsImages = (document.images) ? (true) : (false);
var supportsArrays = (Array) ? (true) : (false);
//var supportsWindowFocus = (window.focus) ? (true) : (false);
var supportsLayers = (document.layers || document.all) ? (true) : (false);

function legalPop(theURL){
	alert('You are about to leave Fidelity.com for a site that is \nunaffiliated with Fidelity. Fidelity has not been involved \nin the preparation of the content supplied at the unaffiliated \nsite and does not guarantee or assume any responsibility for \nits content. Fidelity is not liable for any direct or indirect \ntechnical or system issues or consequences arising out of \nyour access to or use of third party technologies or \nprograms available through this site.');
newWindow = window.open(theURL,'subWindowVideo','toolbar=no,location=no,scrollbars=yes,status=no,menubar=no,resizable=yes,fullscreen=no,left=80,top=80,height=376,width=613')
newWindow.focus()

}



