<!--
var width = "150";
var border = "0";
var offsetx = 3
var offsety = 3;
var fcolor = "white";
var backcolor = "#94DE5A";
var textcolor = "black";
var capcolor = "#138F19";
var closecolor = "#99FF99";
function openWindow2(URL,name) {
	window.open(URL,name,'resizable=no,scrollbars=no,width=350,height=300,left=0,top=0');
}
function open_Articles() {
        var features = "width=780,height=450,resizable=0,status=1,toolbar=1,scrollbars=1,top=0,left=5";
        window.open("articles/index.htm","articles",features); 
}
function open_Ani() {
        var features = "width=780,height=450,resizable=0,status=1,toolbar=1,scrollbars=1,top=0,left=5";
        window.open("ani_tutor.html","d_ani",features); 
} 
//-->                   
