

//open main 3 pages from menu//



function openNewWindow(){

	var flashlink = 'flash.html';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

	}



function woman(){

	var flashlink = 'top/top.htm';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

}



function map(){

	var flashlink = 'map.htm';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

}



function man(){

	var flashlink = 'men/men.htm';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

}



function kids(){

	var flashlink = 'deti/deti.htm';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

}



function others(){

	var flashlink = 'others/others.htm';

	this.flashWin = window.open(flashlink, 'index', 'scrollbars=0,titlebar=no,toolbar=no,location=no,directories=no,status=no,menubar=no,scroll=no,resizable=no,fullscreen=yes,left=5,top=5,screenX=5,screenY=5,width=' + (screen.availWidth - 20) + ',height=' + (screen.availHeight - 40));

	this.flashWin.focus();

}





//function woman(){

//window.open('top/top.htm','branch','status=0,scrollbars=0,width=670,height=430,resizable=0')}



//function man(){

//window.open('no/no.htm','branch','status=0,scrollbars=0,width=670,height=430,resizable=0')}



//function kids(){

//window.open('deti/deti.htm','branch','status=0,scrollbars=0,width=670,height=430,resizable=0')}



//function others(){

//window.open('others/others.htm','branch','status=0,scrollbars=0,width=670,height=430,resizable=0')}



//this line has to be incleded in the main html page

//<SCRIPT src="script.js" type=text/javascript> </SCRIPT> //