var ICPWin1;
function openICP(){
	ICPWin1 = window.open('/tkflow/Flow.aspx?f=InvestmentChoices.kdt&template=TPAS_Template_new&xsl=dtree_new','ICPWin1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=680');
	ICPWin1.focus();
}
var OAPWin1;
function openOAP(){
	OAPWin1 = window.open('/tkflow/Flow.aspx?f=TPASOnlineAdvice&template=TPAS_Template_new&xsl=dtree_new','OAPWin1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=680');
	OAPWin1.focus();
}
var COPWin1;
function openCOP(){
	COPWin1 = window.open('/tkflow/Flow.aspx?f=TPASContractingOut&template=TPAS_Template_new&xsl=dtree_new','COPWin1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=680');
	COPWin1.focus();
}		
var VNICWin1;
function openVNIC(){
	VNICWin1 = window.open('/tkflow/Flow.aspx?f=TPASVoluntary%20NICs&template=TPAS_Template_new&xsl=dtree_new','VNICWin1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=680');
	VNICWin1.focus();
}

var AEWin1;
function openAE(){
	AEWin1 = window.open('/tkflow/Flow.aspx?f=TPASAutoEnrolER&template=TPAS_Template_new&xsl=dtree_new','AEWin1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=680');
	AEWin1.focus();
}
