function popUp(url)
{
	newwindow=window.open(url,'pop1','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=610,height=480,');
	if (window.focus) {newwindow.focus()}
}

function popUpShort(url)
{
	newwindow=window.open(url,'pop2','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=660,height=370,');
	if (window.focus) {newwindow.focus()}
}


function popUpHef(url)
{
	newwindow=window.open(url,'pop3','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=360,height=480,');
	if (window.focus) {newwindow.focus()}
}

function popUpHefCase(url)
{
	newwindow=window.open(url,'pop3','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=360,height=550,');
	if (window.focus) {newwindow.focus()}
}


<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]>

function morelink(mode){
 if(mode=='expand'){
	document.getElementById("allContent").style.display="block";
	document.getElementById("morelink").style.display="none";
// document.getElementById("morelink").innerHTML= "" ; 
 }
}