function adjust()
{
	document.getElementById('background').style.height=document.getElementById('t_cont').offsetHeight;
}


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 checkEmail(id)
{
	var email = document.getElementById(id).value;
	var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
	if (!filter.test(email)) return false;
	else return true;
}

function background()
{
	document.write('<div id="background" style="position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:0">');
	document.write('<table width=100% height=100% cellpadding=0 cellspacing=0 border=0>');
	document.write('<tr><td background="gfx/bg1.jpg" height=343>&nbsp;</td></tr>');
	document.write('<tr><td background="gfx/bg2.jpg" height=100%>&nbsp;</td></tr>');
	document.write('</table>');
	document.write('</div>');
}

function header()
{
	document.write('<table cellpadding=0 cellspacing=0 border=0>');
	document.write('<tr align=right>');
	document.write('<td>');
	document.write('<table cellpadding=0 cellspacing=0>');
	document.write('<tr><td colspan=2><img src="gfx/noflash/header01.jpg"></td></tr>');
	document.write('<tr>');
	document.write('<td><a href="keynotespeakers.htm" onfocus=this.blur()><img src="gfx/noflash/header02.jpg" border=0></a></td>');
	document.write('<td><a href="keynotespeakers.htm" onfocus=this.blur()><img src="gfx/noflash/header03.jpg" border=0></a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('<td align=left valign=bottom><img src="gfx/noflash/header04.jpg"></td>');
	document.write('</tr>');
	document.write('<tr valign=top>');
	document.write('<td colspan=2>');
	document.write('<table cellpadding=0 cellspacing=0>');
	document.write('<tr valign=top>');
	document.write('<td><a href="home.htm" onfocus=this.blur()><img src="gfx/noflash/b11.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b12.jpg"\' onmouseout=\'this.src="gfx/noflash/b11.jpg"\' border=0></a></td>');
	document.write('<td><a href="attending.htm" onfocus=this.blur()><img src="gfx/noflash/b21.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b22.jpg"\' onmouseout=\'this.src="gfx/noflash/b21.jpg"\' border=0></a></td>');
	document.write('<td><a href="gettingthere.htm" onfocus=this.blur()><img src="gfx/noflash/b31.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b32.jpg"\' onmouseout=\'this.src="gfx/noflash/b31.jpg"\' border=0></a></td>');
	document.write('<td><a href="purchasetickets.htm" onfocus=this.blur()><img src="gfx/noflash/b41.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b42.jpg"\' onmouseout=\'this.src="gfx/noflash/b41.jpg"\' border=0></a></td>');
	document.write('<td><a href="invitefriends.htm" onfocus=this.blur()><img src="gfx/noflash/b51.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b52.jpg"\' onmouseout=\'this.src="gfx/noflash/b51.jpg"\' border=0></a></td>');
	document.write('<td><a href="keynotespeakers.htm" onfocus=this.blur()><img src="gfx/noflash/b61.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b62.jpg"\' onmouseout=\'this.src="gfx/noflash/b61.jpg"\' border=0></a></td>');
	document.write('<td><a href="seminarspeakers.htm" onfocus=this.blur()><img src="gfx/noflash/b71.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b72.jpg"\' onmouseout=\'this.src="gfx/noflash/b71.jpg"\' border=0></a></td>');
	document.write('<td><a href="exhibitorinfo.htm" onfocus=this.blur()><img src="gfx/noflash/b81.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b82.jpg"\' onmouseout=\'this.src="gfx/noflash/b81.jpg"\' border=0></a></td>');
	document.write('<td><a href="contact.htm" onfocus=this.blur()><img src="gfx/noflash/b91.jpg" border=0 onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/b92.jpg"\' onmouseout=\'this.src="gfx/noflash/b91.jpg"\' border=0></a></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
}

function footer()
{
	document.write('<tr align=center>');
	document.write('<td>');
	document.write('<br><br><br><img src="gfx/home21.png">');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td>');
	document.write('<br>');	
	document.write('<table width=990 align=center border=0 cellpadding=0 cellspacing=0>');
	document.write('<tr valign=bottom>');
	document.write('<td width=20></td>');
	document.write('<td align=left>		');					
	document.write('<font color=#660000 size=2><b>');
	document.write('ARIZONA\'S ULTIMATE WOMEN\'S EXPO<br></B>');
	document.write('September 18-19, 2010 | Phoenix Convention Center<br>');
	document.write('</td>');
	document.write('<td align=right style="padding-right:20px"><a href="http://www.sfwomensexpo.com" target=_blank><img src="gfx/home22a.png" border=0></a><a href="http://www.dallaswomensexpo.com" target=_blank><img src="gfx/home22b.png" border=0></a></td>');
	document.write('</tr><tr><td></td>');
	document.write('<td align=center colspan=2 style="padding-right:20px"><hr size=1 color=#bd862a style="margin-top:5px;margin-bottom:5px"></td></tr>');
	document.write('<tr><td></td><td>');
	document.write('<font color=#990000>www.azwomensexpo.com</font> | </b><font size=1>website by <a href="http://www.alvaroramos.com" target=_blank>alvaroramos.com</a>');
	document.write('</td>');
	document.write('<td align=right style="padding-right:20px"><font style="font-size:12px">The Ultimate Women\'s Expo also takes place in San Francisco and Dallas!</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('<br>');
	document.write('</td>');
	document.write('</tr>');
}

function splash()
{
	pic1= new Image(); pic1.src="gfx/noflash/sb12.jpg";
	pic2= new Image(); pic2.src="gfx/noflash/sb22.jpg";
	pic3= new Image(); pic3.src="gfx/noflash/sb32.jpg";

	document.write('<table cellpadding=0 cellspacing=0>');
	document.write('<tr>');
	document.write('<td><img src="gfx/noflash/splash01.jpg"></td>');
	document.write('<td>');
	document.write('<table cellpadding=0 cellspacing=0>');
	document.write('<tr><td><img src="gfx/noflash/splash02.jpg"></td></tr>');
	document.write('<tr>');
	document.write('<td>');
	document.write('<table cellpadding=0 cellspacing=0>');
	document.write('<tr>');
	document.write('<td width=175></td>');
	document.write('<td width=178><a href="home.htm" onfocus=this.blur()><img src="gfx/noflash/sb11.jpg" onmouseover=\'this.style.cursor="pointer";this.src="gfx/noflash/sb12.jpg"\' onmouseout=\'this.src="gfx/noflash/sb11.jpg"\' border=0></td>');
	document.write('<td width=172></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('<tr><td><img src="gfx/noflash/splash04.jpg"></td></tr>');
	document.write('<tr><td>');
	document.write('</table>');
	document.write('</td>');
	document.write('<td><img src="gfx/noflash/splash03.jpg"></td>');
	document.write('</tr>');
	document.write('</table>');
}