function openWin(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 600, popH = 590;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup1 = window.open(section,"SubMenu","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=no,resizable=yes,toolbars=no,menubar=no");
popup1.focus()
}

function openWin2(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 775, popH = 580;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup2 = window.open(section,"SubMenu1","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=no,resizable=yes,toolbars=no,menubar=no");
popup2.focus()
}	

function openVid(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 390, popH = 395;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup3 = window.open(section,"SubMenu2","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=no,resizable=no,toolbars=no,menubar=no");
popup3.focus()
}	

function openSample(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 600, popH = 590;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup1 = window.open(section,"SubMenu3","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=yes,resizable=yes,toolbars=no,menubar=no");
popup1.focus()
}

function openNews(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 600, popH = 590;
	var title = "new";
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup1 = window.open(section,title,"top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=yes,resizable=yes,toolbars=no,menubar=no");
popup1.focus()
}

function openTrans(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 350, popH = 350;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup3 = window.open(section,"SubMenu5","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=auto,resizable=yes,toolbars=no,menubar=no");
popup3.focus()
}
function openTrans2(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 350, popH = 350;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup3 = window.open(section,"SubMenu5","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=yes,resizable=yes,toolbars=no,menubar=no");
popup3.focus()
}

function openGraphic(section){
	w = screen.availWidth;
	h = screen.availHeight;
	var popW = 450, popH = 500;
	var leftPos = (w-popW)/2, topPos = (h-popH)/2;
	popup3 = window.open(section,"SubMenu5","top="+topPos+",left="+leftPos+",height="+popH+",width="+popW+",scrollbars=no,resizable=yes,toolbars=no,menubar=no");
popup3.focus()
}