// iframe width, height and x,y position
var iwidth = 779;
var iheight0 = 1250;
var itop = 620;
var ileft = 179;

// For bottom CLOSE button (scrolls page up)
function seeMore() {window.top.scroll(0,0);}

// For bottom CLOSE button (scrolls page up)
function tab00() {hide(); window.top.document.getElementById("tab0").style.visibility = 'visible'; window.top.scroll(0,0);}


// Popup for Links
function popUpAuto(url) {
	var popWindow = window.open(url,'pop','width=800,height=600,top=167,left=165,menubar,status,scrollbars,resizable,toolbar,location');
	popWindow.focus();
}