function OpenNewWin(URL)
				{
					window.open( URL,"", "width=300,height=300,top=80,left=80,toolbar=no,location=no,scrollbars=no,status=no,menubar=no,resizable=no,fullscreen=no" );
				}


var warn = "You are about to leave this Fidelity Web site for a Web site that is unaffiliated with Fidelity. Fidelity has not been involved in the preparation of the content supplied at the unaffiliated site and does not guarantee or assume any responsibility for its content."

function legalWarn(sitetogo,type) {
        if (type==1){
        	if(confirm(warn)) {
                	window.open(sitetogo, "popup",'toolbar=no,location=center,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=633,height=460'); 
        		}
        } else {
                window.open(sitetogo, "popup",'toolbar=no,location=center,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=633,height=460');
        }
}


//function aLink(args){
//alert(args);
	//location.hash=args;
//}
