/**
 * @author rithy
 */

// g77 main menu (global)
canHideG77Menu= 1;

function showG77Menu(id, toShow) {
	if (toShow == 0 && canHideG77Menu == 0)
		return;
		
	thestyle= getStyleObject(id);
	if (toShow == 1){
		thestyle.visibility= "visible";
	} else {
		thestyle.visibility = 'hidden';			
	}	
}

function timeoutHideG77Menu(id) {
	canHideG77Menu= 1; 
	window.setTimeout("showG77Menu('" + id + "', 0)", 1000);
}


function layoutGlobalMenu(savespace) {
st=
'<div id="gg77menu" style="position:absolute; z-index:10; background:#CCCCCC; visibility:hidden; width:260px; height:auto; top:46px; left:70px; border:#ffffff solid 1px; font-family:Arial, Helvetica, sans-serif; font-size:12px; overflow:hidden;" onMouseOver="canHideG77Menu= 0;" onMouseOut="timeoutHideG77Menu(\'gg77menu\');">';
if (savespace != 1)
	st= st+
	'<div style="font-size:12px; font-weight:bold; padding:1px; margin:1px; text-align:center; width:auto; background:#000066; color:#FFFFFF">G-77 Main Menu</div>';
st= st+
	'<div style="margin:1px; padding:3px; width:auto; overflow:hidden; border:#ffffff solid 1px;">'+
		'<div id="gg77menuitem"> '+
			'<a href="/" target="_parent">G-77 Home</a>';
if (savespace != 1)
	st= st+
			'<a href="/doc/">About the Group of 77</a>'+
			'<a href="/doc/docs.html">Major Documents</a>'+
			'<a href="/nc/">News Center</a>'+
			'<a href="/doc/meetings.html">Schedule of Major Meetings</a>'+
			'<a href="/statement/">Statements and Speeches</a>'+
			'<a href="/doc/internship.html">Internship</a>'+
			'<span class="separator">&nbsp;</span>'+
			'<a href="/pgtf/">Perez-Guerrero Trust Fund (PGTF)</a>'+
			'<a href="http://www.unctadxi.org/gstp">Global System of Trade Preferences (GSTP)</a>'+
			'<a href="/doc/costis.htm">Consortium on Science Technology and Innovation for the South (COSTIS)</a>'+
			'<span class="separator">&nbsp;</span>'+
			'<a href="/sitemap.html">Site Map</a>'+
			'<a href="/search.php">Search</a>';
st= st+
		'</div>'+
  '</div>'+
'</div>';
document.write(st);
}


function getCompactSearchForm() {
st=
	'<form name="frmsearch" action="/search.php" method="get"><table border="0" cellpadding="0" cellspacing="0">' +
'<tr valign="middle"> ' +
	'<td width="5px" align="right"><img src="/global/searchzoom.gif"  border="0"></td>' +
	'<td width="5px"><div><input type="text" name="query" size="15" title="Enter text to search"></div></td>' +
	'<td width="5px" align="left"><a href="javascript:document.frmsearch.submit();"><img src="/global/go.gif" border="0" alt="Search for the specified text" title="Search for the specified text"></td>' +
'</tr></table>' +
'<input type="hidden" name="search" value="1"> </form>';
	return st;
}


function layoutHeader(subtitle, hideSearchbox, hideg77menu) {
	if (hideSearchbox == 0)
		stSearch= getCompactSearchForm();
	else
		stSearch= "";

st= '<table width="100%" border="0" cellpadding="0" cellspacing="0" class="gheader"><tr height="100%"><td class="gheader1"><a href="/" title="G-77 Home" target="_parent"><img src="/global/gheader1.gif" border="0"></a></td><td class="gheader2"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"><tr valign="middle"><td><img src="/global/welcome.gif" border=0></td><td class="gheader3txt" align="right">' + stSearch + '</td></tr><tr valign="bottom"><td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="0" class="gheadersub"><tr height="100%"><td class="gheadersub1"></td><td class="gheadersub2" nowrap><span class="gheadersub2txt">' + subtitle + '</span></td></tr></table></td></tr></table></td></tr></table>';
	if (hideg77menu != 1)
		st= st + '<span id="gg77menushow"><a href="javascript:void(0);" onMouseOver="canHideG77Menu= 0; showG77Menu(\'gg77menu\', 1);" onMouseOut="timeoutHideG77Menu(\'gg77menu\');">G-77 Menu <img src="/global/menu.gif" border="0"></a></span>';
	document.write(st);
	//window.clipboardData.setData('Text', st);
}

function layoutFooter(hideMemberArea) {
	if (hideMemberArea == 0)
		st= '<a href="/member/index.php">Member Area</a> | ';
	else
		st= "";
	document.write('<div id="gfooterlinks">' + st + '<a href="/doc/">About G-77</a> | <a href="/doc/contact.html">Contact Us</a> | <a href="/search.php">Search</a> | <a href="/sitemap.html">Site Map</a> | ');
	document.write("<a href=\"javascript:goemail('unmail' + '.org', 'g77off', 'Feedback on G-77 Website');\">Feedback</a>");
	document.write('</div><div id="gcopyright">&#169; The Group of 77</div>');
}

function initBody(width) {
	document.write('<table align="center" border="0" cellpadding="0" cellspacing="0"><tr>');
	if (width !== undefined)
  		document.write('<td width="' + width + '">');
	else
  		document.write('<td width="800">');
}

function endBody() {
  document.write('</td></tr></table>');
}

function layoutDirectory(cursection) {
}
