function pageHeight()
{
	if (navigator.appName.indexOf("Microsoft")!=-1) return document.body.offsetHeight-4;
	else return window.innerHeight;
}

function pageWidth()
{
	if (navigator.appName.indexOf("Microsoft")!=-1) return document.body.offsetWidth-4;
	else return window.innerWidth;
}

function bgAdjust()
{
	document.getElementById('bgCont').style.width=document.getElementById('tabCont').offsetWidth-10;
	document.getElementById('bgCont').style.height=document.getElementById('tabCont').offsetHeight;
}

//window.onresize=function () {bgAdjust()}

function PopupPic(sPicURL)
{ 
	image=window.open("pub/windowPic.php?picture="+sPicURL, "image", "resizable=1,HEIGHT=200,WIDTH=200");
	if (window.focus) {image.focus()}
}


function splash()
{
	pic1= new Image(); pic1.src="gfx/noflash/sb12.png";
	pic2= new Image(); pic2.src="gfx/noflash/sb22.png";
	pic3= new Image(); pic3.src="gfx/noflash/sb32.png";
	pic4= new Image(); pic4.src="gfx/noflash/sb42.png";

	document.write('<div align=center>');
	document.write('<img src="gfx/noflash/splash00.jpg">');
	document.write('<br><table cellpadding=0 cellspacing=0>');
	document.write('<td><img src="gfx/noflash/sb11.png" onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/sb12.png"\' onmouseout=\'this.src="gfx/noflash/sb11.png"\' onclick="location.href=\'http://www.azwomensexpo.com/home.htm\'" height=75></td>');
	document.write('<td><img src="gfx/noflash/sb21.png" onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/sb22.png"\' onmouseout=\'this.src="gfx/noflash/sb21.png"\' onclick="location.href=\'http://www.lawomensexpo.com/home.htm\'" height=75></td>');
	document.write('<td><img src="gfx/noflash/sb31.png" onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/sb32.png"\' onmouseout=\'this.src="gfx/noflash/sb31.png"\' onclick="location.href=\'http://www.sfwomensexpo.com/home.htm\'" height=75></td>');
	document.write('<td><img src="gfx/noflash/sb41.png" onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/sb42.png"\' onmouseout=\'this.src="gfx/noflash/sb41.png"\' onclick="location.href=\'http://www.dallaswomensexpo.com/home.htm\'" height=75></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
}


