// JavaScript Document
function openBrWindow(catlogpath) { //v2.0
  cpath = "http://catalog.vc/index.html?catalog="+catlogpath;
	catalog = window.open(cpath,'catalog','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes');
	catalog.moveTo(0,0);
}

function sendLang() {
		document.langs.submit();
}