var ropts = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=1000";
function popuptrade(stk,opt,price) {
	alert ("This link will open an OptinsXpress trade page to buy "+stk+" and sell "+opt+" at the net price "+price+". ");
}
function popupIV(stk) {
	alert ("This link opens our proprietary research page with implied volatility chains for "+stk+".");
}
function popupearnings(stk) {
	alert ("This link opens our proprietary research page with earnings data and earnings date for "+stk+".");
}
function popupprof(sym) {
	alert ("This link opens our proprietary research page with fundamental data on "+sym+".");
}
function popupoptp(sym, rty) {
	alert ("This link opens our proprietary research page with put chains for "+sym+".");
}
function popupopt(sym, rty) {
	alert ("This link opens our proprietary research page with covered call chains for "+sym+".");
}
function popupchart(sym) {
	alert ("This link opens our proprietary research page with charts for "+sym+".");
}
function popuplisthelp(){
	var url = "http://www.callwriter.com/listhelp/listhelp.htm"
	researchWin = window.open("CallWriter List Help", "HPage", ropts);
	researchWin.focus();
	researchWin.location = url;
}
