﻿function hideAll() {
HideContent('menusafari');
HideContent('menufile');
HideContent('menuedit');
HideContent('menuview');
HideContent('menuhistory');
HideContent('menubookmarks');
HideContent('menuwindow');
HideContent('menuhelp');
}

function hideAll1() {
HideContent('overall')
HideContent('p2');
HideContent('p3');
HideContent('p4');
HideContent('p5');
HideContent('p6');
HideContent('p7');
HideContent('p8');
}

function changeit() {
hu = window.location.search.substring(1);
	if (hu == 'p61')
		{ ShowContent('p61');
		document.getElementById("ad").style.top=370 + 'px';
		document.getElementById("ad").style.left=176 + 'px'; }
	else if (hu == 'p62') 
		{ ShowContent('p62')
	    document.getElementById("ad").style.top=383 + 'px';
	    document.getElementById("ad").style.left=96 + 'px'; }
	else 
	    { ShowContent('p63') 
	    document.getElementById("ad").style.top=312 + 'px'; 
  	    document.getElementById("ad").style.left=39 + 'px'; }
}

function waitasec() {
var t=setTimeout("ShowContent('p1')", 1100);
}

function changeopener(link) {
top.opener.window.location.href = link;
}
