/* Print */
function PrintPage(url){
	var PrintWindow = window.open(url + '?TemplateId=9', 'PrintWindow');
	//Print.Window.focus();
}
/* Send link */

function SendLink(URL, iwidth, iheight) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL +'?TemplateId=10', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+iwidth+',height='+iheight+',left = 680,top = 440');");
}

function MemberFormGoToUrl(selIndex, lcid) {
    var sel = parseInt(selIndex);
 
    switch (sel) {
      case 0 : 
	if (lcid==1030)
        	location.href='/composite-41.htm';
	else
		location.href='/composite-372.htm';
        break;
      case 1 : 
	if (lcid==1030)
	        location.href='/composite-69.htm';
	else
	        location.href='/composite-373.htm';
        break;
      case 2 : 
	if (lcid==1030)
        	location.href='/composite-70.htm';
	else
	    	location.href='/composite-374.htm';
        break;
      case 3 : 
	if (lcid==1030)
        	location.href='/composite-483.htm';
	else
	    	location.href='/composite-484.htm';
        break;
    }
    
}

