var tLimit = 0;
var previousPara = 0;
var currentPara = 0;
function MM_showLayer(tLayer) {
	currentPara = tLayer;
	clearTimeout(tLimit);
	if(previousPara != 0) immediate_hideLayer(previousPara);
	document.all(tLayer).className="menuShow"
}
function immediate_hideLayer(tLayer) {
	document.all(tLayer).className="menuHide"
}
function MM_hideLayer(tLayer) {
	previousPara = currentPara;
	k="immediate_hideLayer('"+tLayer+"')";
	tLimit=setTimeout(k,200);
}
//------------------------
function winopen(){
msg=window.open('picshow.htm','','location=no,toolbar=no,status=no,resizable=no,scrollbars=no,width=400,height=300');
}

function QbDcTEST(s){
	var d = s.options[s.selectedIndex].value;
	window.open(d);
	s.selectedIndex=0;
}
