	function introInit()
	{		
		pageXcenter=bw.ns4 ||bw.ns5?innerWidth/2:document.body.offsetWidth/2;
		pageYcenter=bw.ns4||bw.ns5?innerHeight/2:document.body.offsetHeight/2;
		
//as maes sao as primeiras na numeracao do quem_sou_eu para correr bem os abortos

		quem_sou_eu=new Array;
		o_mae=new Array;
		o_filhos=new Array;
		
		o_mae[0]=new makeObj('c');
		o_mae[0].x_stop=pageXcenter-50;
		o_mae[0].y_stop=pageYcenter+30;
		o_mae[0].moveIt(pageXcenter-50,pageYcenter+30);
		o_mae[0].n_filhos=2;
		o_mae[0].css.visibility='visible';
		o_mae[0].quem_sou=0;
		quem_sou_eu[0]=o_mae[0];
		
			o_filhos[0]=new Array;

			o_filhos[0][0]=new makeObj('cliente');
			o_filhos[0][0].x_stop=pageXcenter-325;
			o_filhos[0][0].y_stop=pageYcenter-120;
			o_filhos[0][0].moveIt(pageXcenter-1000,pageYcenter-1000);
			o_filhos[0][0].n_filhos=1;
			testando?o_filhos[0][0].css.visibility='visible':o_filhos[0][0].css.visibility='hidden';
			o_filhos[0][0].quem_sou=9;
			quem_sou_eu[9]=o_filhos[0][0];
		
			o_mae[1]=o_filhos[0][0];
			o_mae[1].quem_sou=1;
			quem_sou_eu[1]=o_filhos[0][0];
			
				o_filhos[1]=new Array;

				o_filhos[1][0]=new makeObj('form');
				o_filhos[1][0].x_stop=pageXcenter-350;
				o_filhos[1][0].y_stop=pageYcenter-100;
				o_filhos[1][0].moveIt(pageXcenter-1000,pageYcenter-1000);
				o_filhos[1][0].n_filhos=0;
				testando?o_filhos[1][0].css.visibility='visible':o_filhos[1][0].css.visibility='hidden';
				o_filhos[1][0].quem_sou=10;
				quem_sou_eu[10]=o_filhos[1][0];
				
			o_filhos[0][1]=new makeObj('portfolio');
			o_filhos[0][1].x_stop=pageXcenter+170;
			o_filhos[0][1].y_stop=pageYcenter+130;
			o_filhos[0][1].moveIt(pageXcenter-1000,pageYcenter-1000);
			o_filhos[0][1].n_filhos=1;
			testando?o_filhos[0][1].css.visibility='visible':o_filhos[0][1].css.visibility='hidden';
			o_filhos[0][1].quem_sou=11;
			quem_sou_eu[11]=o_filhos[0][1];
		
			o_mae[2]=o_filhos[0][1];
			o_mae[2].quem_sou=2;
			quem_sou_eu[2]=o_filhos[0][1];
			
				o_filhos[2]=new Array;

				o_filhos[2][0]=new makeObj('portf');
				o_filhos[2][0].x_stop=pageXcenter+225;
				o_filhos[2][0].y_stop=pageYcenter+110;
				o_filhos[2][0].moveIt(pageXcenter-1000,pageYcenter-1000);
				o_filhos[2][0].n_filhos=0;
				testando?o_filhos[2][0].css.visibility='visible':o_filhos[2][0].css.visibility='hidden';
				o_filhos[2][0].quem_sou=12;
				quem_sou_eu[12]=o_filhos[2][0];

			/*o_filhos[0][2]=new makeObj('showcase');
			o_filhos[0][2].x_stop=pageXcenter+270;
			o_filhos[0][2].y_stop=pageYcenter-100;
			o_filhos[0][2].moveIt(pageXcenter-1000,pageYcenter-1000);
			o_filhos[0][2].n_filhos=1;
			testando?o_filhos[0][2].css.visibility='visible':o_filhos[0][2].css.visibility='hidden';
			o_filhos[0][2].quem_sou=13;
			quem_sou_eu[13]=o_filhos[0][2];
		
			o_mae[3]=o_filhos[0][2];
			o_mae[3].quem_sou=3;
			quem_sou_eu[3]=o_filhos[0][2];
			
				o_filhos[3]=new Array;

				o_filhos[3][0]=new makeObj('showc');
				o_filhos[3][0].x_stop=pageXcenter+260;
				o_filhos[3][0].y_stop=pageYcenter-80;
				o_filhos[3][0].moveIt(pageXcenter-1000,pageYcenter-1000);
				o_filhos[3][0].n_filhos=0;
				testando?o_filhos[3][0].css.visibility='visible':o_filhos[3][0].css.visibility='hidden';
				o_filhos[3][0].quem_sou=14;
				quem_sou_eu[14]=o_filhos[3][0];*/

	}

