function WinMStarOpen(MStar){
	MStrWin = window.open('/researchCentre/ResearchFrames.asp?URL=http://customer.morningstareurope.com/uk/fdrx/translate.aspx?codes=' + MStar +'','WinmorningStar','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=670,height=400');

        MStrWin.focus();
}

function WinPDFOpen(PDFPath){
	PDFWin = window.open('https://www.fundsdirect.co.uk/BKS/pdf/SEDOL/'+ PDFPath +'.pdf','WinPDF','toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=670,height=400');
	PDFWin.focus();
}




