 




function reloadWindow (url) {
	self.location=url;
}

function MM_openBrWindow(theURL,winName,features) { //v1.2
  window.open(theURL,winName,features);
}

function PrintPopUp(getDocID) {
		window.open ('/ER/Research/Print/0,1366,'+getDocID+',00.html', "popup_print", "width=450,height=500,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}

function PDFPopUp(getDocID) {
		window.open ('/Research/PDF/0,5110,'+getDocID+',00.pdf', "popup_pdf", "width=600,height=400,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}

function PopUpEdit (url) {
	window.open (url, "EditPopup", "width=450,height=450,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}



function qotdPop (url) {
self.name="forrMain";
window.open (url, "popup_qotd", "width=300,height=410,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}

function authorPop (url) {
window.open (url, "popup_auth", "width=300,height=300,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}

function emailPop () {
window.open (getEmailURL(), "popup_email", "width=350,height=350,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function getDataPop (url) {
window.open (url,"popup_getdata","width=300,height=300,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function seeFigPop (url) {
window.open(url,"popup_seefig","width=480,height=300,screenX=50,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function surveyPop(path) {
window.open(path, "popup_survey", "width=400,height=300,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function seeNotePop (url) {
window.open(url,"popup_seenote","width=350,height=250,screenX=100,screenY=100,left=100,right=100,resizable=no,status=no,toolbar=no,scrollbars=yes");
}


function contPop (contactID) {
	window.location = "/Contact"; 
}

function finAnalystsPop () {
window.open ('/ER/Investor/Analysts/0,1322,0,00.html', "popup_analysts", "width=550,height=300,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function gradePop () {
window.open ('/ER/Research/Grade/1,1359,'+getDocID()+',FF.html', "popup_grade", "width=300,height=400,screenX=60,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}

function helpPop () {
	if (helpPop.arguments.length == 0) { 
		window.open ('/ER/Help/1,1341,1,00.html?referer=/JS/Popups', "popup_help", "width=550,height=355,screenX=60,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
	} else {
		window.open ('/ER/Help/1,1341,1,00.html?'+helpPop.arguments[0], "popup_help", "width=550,height=355,screenX=60,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
	}
}



function printPop () {
window.open ('/ER/Research/Print/0,1366,'+getDocID()+',00.html', "popup_print", "width=450,height=500,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
}

function powerPop () {
window.open ('/ER/Research/PowerPoint/0,1687,'+getDocID()+',00.html', "popup_powerpoint", "width=300,height=300,screenX=100,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no");
}



function glossaryPop () {
	if (glossaryPop.arguments.length == 0) { 
		window.open ('/ER/Glossary/Item/1,2425,,00.html?referer=/JS/Popups', "popup_glossary", "width=605,height=450,screenX=60,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
	} else {
	    window.open ('/ER/Glossary/Item/1,2425,'+glossaryPop.arguments[0]+',00.html', "popup_glossary", "width=605,height=450,screenX=60,screenY=100,left=100,right=100,resizable=yes,status=no,toolbar=no,scrollbars=yes");
		
		
	}
}



function AVMediaPop (videoID) {
	url = "http://www.cramereventmedia.com/custom/forrester01.asp?webcastID=" + videoID;
	newWindow = window.open (url,"AVMediaPopup","width=748,height=546,status=no,resize=no,directories=no,menubar=no,toolbar=no,location=no,scrollbars=auto");	
	newWindow.focus();
}

