var hide1;
var hide2;
var hide3;
var hide4;
var hide5;
var hide6;
var hide7;
var hide8;
var hide9;

function pdmenu(x,y) {
    clearTimeout(y);
    document.getElementById('submenu' + x).style.visibility="visible";
}

function pdmenuhide(x) {
    document.getElementById('submenu' + x).style.visibility="hidden";
}

function subwin2 (url) {
	window.open(url,"aaa","width=610,height=610,left=0,top=0,scrollbars=yes,toolbar=no,resizable=yes");
}

function close_loader() {
	document.getElementById('loading').style.display = 'none';
}
