if (top.location != self.location) {    top.location = self.location}//contactfunction contact(url) {  var outside = window.open (url, "contactwindow", "width=380,height=400,scrollbars,resizable,status,menubar,toolbar,location");  if(outside.focus) outside.focus();}// menufunction selectNode(id) {node = document.getElementById("subMn" + id);if (node) {if (node.open){node.style.display = "none";node.open = false;}else {node.style.display = "block";node.open = true;}}macie =	(navigator.appVersion.indexOf("MSIE 5")>-1 && navigator.appVersion.indexOf("Mac")>-1);if(macie) {		window.resizeBy(0,1);		window.resizeBy(0,-1);	}}
