
<!--



//------------------generic popup-------------------------------------------------------

var wind;
function openWin(html,name){

wind = window.open(""+html+"",""+name+"","width=500,height=410,resizable=yes,scrollbars=yes");
wind.focus();

}

//---------dynamic window (width & height)-----------------------------------------
var w;
function openWinDyn(html,name,w,h){

w = window.open(html,name,"width="+w+",height="+h+",resizable=yes,scrollbars=yes,top=0,left=0");
w.focus();

}


//--------------Third party Web site----------------------------------------------------

var win;
function openEWin(site,name){

win = window.open("",""+name+"","width=640,height=480,toolbar=yes,status=yes,resizable=yes,scrollbars=yes,location=yes,menubar=yes");

win.document.write(''+
'<html>'+
'<head>'+
'<title>The Standard Life Assurance Company of Canada</title>'+
'<link rel="stylesheet" type="text/css" href="/include/styles.css">'+
'</head>'+
'<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">'+
'<table width="740" border="0" cellpadding="0" cellspacing="0" align="center">'+
'<table border="0" cellpadding="30" cellspacing="0" width="100%" height="50%">'+
'<tr>'+
'<td><img src="/images/en_slac_logo.gif" border="0"></td>'+
'<td align="right"><p><b>Important information &nbsp; </b></p></td>'+
'</tr>'+
'<tr>'+

'<td colspan="2" valign="top"><p><b>Please read this disclaimer before proceeding.</b></p>'+
'<p align="justify">You are now leaving The Standard Life Assurance Company of Canada Web site for a third-party Web site.  The Standard Life Assurance Company of Canada is not responsible for the accuracy or reliability of information provided on third party Web sites and links to third party Web sites should not be taken as an endorsement of those Web sites by The Standard Life Assurance Company of Canada.  Similarly, links to our Web site from third party Web sites should not be taken as an endorsement by The Standard Life Assurance Company of Canada of the content or the owners of those Web sites.</p>'+
'<p align="center"><br><b><a href="'+site+'">Proceed</a> &nbsp; &nbsp; <a href="javascript:window.close()">Do not proceed</a></b></p>'+
'</td>'+
'</tr>'+
'</table>'+
'</body>'+
'</html>');
win.document.close();
win.focus();

}



var win_f;
function openFWin(site,name){

win_f = window.open("",""+name+"","width=640,height=480,toolbar=yes,status=yes,resizable=yes,scrollbars=yes,location=yes,menubar=yes");


win_f.document.write(''+
'<html>'+
'<head>'+
'<title>La Compagnie d\'assurance Standard Life du Canada</title>'+
'<link rel="stylesheet" type="text/css" href="/include/styles.css">'+
'</head>'+
'<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">'+
'<table border="0" cellpadding="30" cellspacing="0" width="100%" height="50%">'+
'<tr>'+
'<td><img src="/images/fr_slac_logo.gif" border="0"></td>'+
'<td align="right"><p><b>Avis important &nbsp; </b></p></td>'+
'</tr>'+
'<tr>'+
'<td colspan="2" valign="top"><p><b>Avant de poursuivre, veuillez lire la mise en garde qui suit.</b></p>'+
'<p align="justify">Vous allez quitter le site Web de la Compagnie d\'assurance Standard Life du Canada pour un autre site Web.  La Compagnie d\'assurance Standard Life du Canada n\'assume aucune responsabilit&eacute; quant &agrave; l\'exactitude ou &agrave; la fiabilit&eacute; des renseignements contenus dans d\'autres sites Web.  Le site Web de la Compagnie d\'assurance Standard Life du Canada peut contenir des liens vers d\'autres sites Web, mais cela ne signifie pas que la Compagnie d\'assurance Standard Life du Canada se fait le promoteur de ces sites.  De m&ecirc;me, certains sites Web peuvent contenir des liens vers notre site Web,  mais cela ne signifie pas que la Compagnie se fait le promoteur du contenu ou qu\'elle cautionne les propri&eacute;taires desdits sites Web.</p>'+
'<p align="center"><br><b><a href="'+site+'">Poursuivre</a> &nbsp; &nbsp; <a href="javascript:window.close()">Ne pas poursuivre</a></b></p>'+
'</td>'+
'</tr>'+
'</table>'+
'</body>'+
'</html>');
win_f.document.close();
win_f.focus();

}

//----------------------- Standard Life Group popup-------------------------------------

var wing;
function openEgWin(site,name){

wing = window.open("",""+name+"","width=640,height=480,toolbar=yes,status=yes,resizable=yes,scrollbars=yes,location=yes,menubar=yes");


wing.document.write(''+
'<html>'+
'<head>'+
'<title>The Standard Life Assurance Company of Canada</title>'+
'<link rel="stylesheet" type="text/css" href="/include/styles.css">'+
'</head>'+
'<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">'+
'<table border="0" cellpadding="30" cellspacing="0" width="100%" height="50%">'+
'<tr>'+
'<td><img src="/images/en_slac_logo.gif" border="0"></td>'+
'<td align="right"><p><b>Important information &nbsp; </b></p></td>'+
'</tr>'+
'<tr>'+

'<td colspan="2" valign="top"><p><b>Please read this disclaimer before proceeding.</b></p>'+
'<p align="justify">You are now leaving the Canadian Web site of The Standard Life Assurance Company of Canada and its affiliated companies for the Standard Life group Web site. The Standard Life group Web site offers products and services designed specifically for distribution in jurisdictions other than Canada.  Access to this Web site is for informational purposes only and should not be construed as an offer to sell, a solicitation of an offer to buy, or a recommendation of any investment or insurance products under Canadian law.</p>'+
'<p align="center"><br><b><a href="'+site+'">Proceed</a> &nbsp; &nbsp; <a href="javascript:window.close()">Do not proceed</a></b></p>'+
'</td>'+
'</tr>'+
'</table>'+
'</body>'+
'</html>');
wing.document.close();
wing.focus();

}



var wing_f;
function openFgWin(site,name){

wing_f = window.open("",""+name+"","width=640,height=480,toolbar=yes,status=yes,resizable=yes,scrollbars=yes,location=yes,menubar=yes");


wing_f.document.write(''+
'<html>'+
'<head>'+
'<title>La Compagnie d\'assurance Standard Life du Canada</title>'+
'<link rel="stylesheet" type="text/css" href="/include/styles.css">'+
'</head>'+
'<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">'+
'<table border="0" cellpadding="30" cellspacing="0" width="100%" height="50%">'+
'<tr>'+
'<td><img src="/images/fr_slac_logo.gif" border="0"></td>'+
'<td align="right"><p><b>Avis important &nbsp; </b></p></td>'+
'</tr>'+
'<tr>'+
'<td colspan="2" valign="top"><p><b>Avant de poursuivre, veuillez lire la mise en garde qui suit.</b></p>'+
'<p align="justify">Vous &ecirc;tes sur le point de quitter le site Web canadien de la Compagnie d\'assurance Standard Life du Canada et de ses soci&eacute;t&eacute;s affili&eacute;es, et d\'acc&eacute;der au site Web du groupe Standard Life, dans lequel sont offerts des produits et des services conçus express&eacute;ment &agrave; des fins de commercialisation dans des pays autres que le Canada. L\'acc&egrave;s &agrave; ce site est propos&eacute; uniquement à titre documentaire et il ne doit pas &ecirc;tre interpr&eacute;t&eacute; comme une offre, une proposition ou une recommandation visant la souscription de tous produits de placement ou d\'assurance en vertu des lois canadiennes.</p>'+
'<p align="center"><br><b><a href="'+site+'">Poursuivre</a> &nbsp; &nbsp; <a href="javascript:window.close()">Ne pas poursuivre</a></b></p>'+
'</td>'+
'</tr>'+
'</table>'+
'</body>'+
'</html>');
wing_f.document.close();
wing_f.focus();

}






//-->





