function openFullwins(){
		url = "special.html";
		xp = 0;
		yp = 0;
		var newwin=window.open(url,"sugar","width="+screen.width+",height="+screen.height+",left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,toolbar=no");
		newwin.focus();
	}
//
function openSubwins(){
		url = "bb_present.html";
		xp = 0;
		yp = 0;
		var newwin2=window.open(url,"sub","width=400,height=400,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no");
		newwin2.focus();
	}
function openSubwins3(){
		url = "access_map.html";
		xp = 0;
		yp = 0;
		var newwin3=window.open(url,"sub","width=430,height=435,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no");
		newwin3.focus();
	}
//
function openSubwins4(){
		url = "access_map.html";
		xp = 0;
		yp = 0;
		var newwin3=window.open(url,"sub","width=430,height=770,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no");
		newwin3.focus();
	}
//
function openSubwins5(){
		url = "times.html";
		xp = screen.width - 800;
		yp = 0;
		var newwin5=window.open(url,"sub","width=800,height=565,left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no");
		newwin5.focus();
	}
//
function openSubwins6(){
		url = "ladiesday.html";
		xp = screen.width - 900;
		yp = 0;
		var newwin6=window.open(url,"sub","width=900,height="+screen.height+",left="+xp+",top="+yp+",directories=no,location=no,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
		newwin6.focus();
	}
//