<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showscroller	= "no"		// SHOW THE SCROLLER
var scrollspacing	= "10"		// NUDGE SIDEBAR DOWN
var bordercolor		= "9291AA"	// SCROLLER AND IMAGE BORDER COLOR
var bgcolor			= "FFFFFF"  // SCROLLER BACKGROUND COLOR
var txtcolor		= "000000"  // SCROLLER TEXT COLOR

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "164"		// DATE Y LOCATION

var showphone		= "yes"		// SHOW THE PHONE NUMBER ON THE PAGE
var phoneLR		= "right"	// PHONE LEFT OR RIGHT
var phoneX		= "10"		// PHONE X LOCATION
var phoneY		= "164"		// PHONE Y LOCATION

var showemail		= "yes"		// SHOW THE EMAIL FORM
var emailLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var emailX		= "10"		// SEARCH FORM X LOCATION
var emaily		= "210"		// SEARCH FORM Y LOCATION
var emailwidth		= "170"		// WIDTH OF THE SEARCH FORM


var showsearch		= "yes"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "8"		// SEARCH FORM X LOCATION
var searchy		= "270"		// SEARCH FORM Y LOCATION
var searchwidth		= "175"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"	// TEXT ABOVE SEARCH FORM


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+scrollspacing+'" width="10"><br>')




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Information Area:')

document.write('<br></span><span class="sidebartext">')

document.write('You can use this area to add information or links to other sites or for small images 150 pixels wide.<br>')

document.write('<a href="contact.htm" class="sidelink">This is a Sample Link</a><br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1





// SCROLLER CODE

if (navigator.userAgent.indexOf('Safari') != -1)     
{
document.write('<br>')
}
else {

   if (showscroller == "yes") {

document.write('<br><br><br><br><br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr height="25"><td bgcolor="#'+bgcolor+'" style="color: #'+txtcolor+'">')
document.write('<p align="center"><b><font color="#'+txtcolor+'">News & Reviews</font></b></p></td></tr><tr><td bgcolor="#'+bgcolor+'" style="color: #'+txtcolor+'">')
Tscroll_init (0)
document.write('</td></tr></table>')
document.write('<br><br>')

}
}
//document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td>')
//document.write('<iframe name="I4" scrolling="no" marginwidth="5" marginheight="0" height="600" width="160" border="0" frameborder="0" src="ads.htm" style="font-size: 10px"></iframe>')
//document.write('</td></tr></table>')
//document.write('<br><br>')


// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')

document.write('Flexibility:')

document.write('<br></span><span class="sidebartext">')

document.write('AllWebCo Templates are built using basic HTML. This makes it easy for you to add new features like Javascript or CGI programs.<br>')

document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2




//EMAIL FORM


   if (showemail == "yes") {
document.write('<form name="mailform" action="http://webmail.maxtell.com/Login.aspx" method="post">')
document.write('<input type="hidden" name="shortcutLink" value="autologin" id="shortcutLink">')
document.write('<input type="hidden" name="email" id="email">')
document.write('<input type="hidden" name="password" id="password">')
document.write('</form>')
document.write('<span class="printhide">')
document.write('<div id="search" style="'+emailLR+': '+emailX+'px; POSITION: absolute; TOP: '+emaily+'px; width: auto; z-index: 1;">')
document.write('<table border="0" width="'+emailwidth+'" id="tbl_email" cellspacing="0" cellpadding="0">')
document.write('<tr><td align="center" colspan="2"><font color="#CFCFE0" size="1"><b>Maxtell Web Mail</b></font></td></tr>')
document.write('<tr><td align="center" height="4"></td><td width="79" align="center" height="4"></td></tr>')
document.write('<tr><td width="1" align="center"><p align="left"><font color="#CFCFE0" size="1">&nbsp;<b>Username:&nbsp;</b></font></td><td width="79" align="left"><p align="left"><font color="#FFFFFF"><input type="text" name="uname" id="uname" size="10" style="font-size: 10px; text-align:left float:left" onkeypress="if (event.keyCode == 13){doEmailLogin()}" onfocus="this.select()" tabindex="5"></font></td><td align="left" width="39">&nbsp;</td></tr>')
document.write('<tr><td width="1" align="center"><p align="left"><font color="#CFCFE0" size="1">&nbsp;<b>Password:&nbsp;</b></font></td><td width="79" align="left" nowrap><p align="left"><font color="#FFFFFF"><input type="password" name="pword" id="pword" size="10" style="font-size: 10px; text-align:left float:left" onkeypress="if (event.keyCode == 13){doEmailLogin()}" onfocus="this.select()" tabindex="5"></font></td><td align="left" width="39"><img height="14" src="images/go.gif" width="14" border="0" style="cursor:hand" onclick="doEmailLogin()">&nbsp;</td></tr>')
document.write('<script>uname.focus();uname.select()</script>')
document.write('<tr><td align="center">&nbsp;</td><td width="79" align="center">&nbsp;</td></tr>')
document.write('</table>')
document.write('</div>')
document.write('</span>')
document.write('<div style="position: absolute; width: 465px; height: 195px; z-index: 1; left: 354px; top: 144px; visibility: hidden" id="layer1">')
document.write('<table border="5" width="100%" id="table9" height="196" cellspacing="0" bordercolorlight="#71718A" bordercolordark="#0F0E12">')
document.write('<tr><td bgcolor="#FFFFFF">')
document.write('<table border="0" width="100%" id="table10" cellspacing="0" cellpadding="0">')
document.write('<tr><td>&nbsp;</td></tr><tr><td height="142"><p align="center"><img border="0" src="images/please%20wait.gif" width="225" height="37"></td></tr>')
document.write('<tr><td><p align="right"><input type="button" value="Cancel" name="Can" style="font-size: 10px" onclick="layer1.style.visibility=hidden;location.href=http://www.maxtell.com"></td></tr>')
document.write('</table></td></tr></table></div>')

}

// SEARCH FORM
   if (showsearch == "yes") {
document.write('<span class="printhide">')
document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchy+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="3" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext" align="center">')
document.write('<font color="#CFCFE0" size="1"><b>'+searchtext+'</b></font><br>')
document.write('</td></tr><tr><td align="right">')
document.write('<form action="http://www.google.com/search" name="f" target="_top" style="margin: 0px">')
document.write('<input type="hidden" name="any selected">')
document.write('<p align="center"><input size="22" name="q" value="" tabindex="15" style="font-size: 10px;">&nbsp;<img height="14" src="images/go.gif" width="14" border="0" style="cursor:hand" onclick="f.submit()"></p><br>')
document.write('</form>')
document.write('</td></tr></table>')
document.write('</div>')
document.write('</span>')
}

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

// START PHONE SCRIPT
   if (showphone == "yes") {

document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px">');
document.write("<span class=\"phone-font\"><nobr>")
document.write("<table class='phone-font' border='0' cellspacing='0' cellpadding='0'><tr><td  nowrap>(325) 480-4330&nbsp;&nbsp;&nbsp;</td><td nowrap><img border='0' src='images/fish4.gif' width='47' height='15'></td></tr></table>")
document.write("</nobr><br></span>")
document.write('</div>');

}

function doEmailLogin(){
	//I1.location='logging-in.htm'
	layer1.style.visibility=''
	mailform.email.value=uname.value + "@maxtell.com"
	mailform.password.value=pword.value
    uname.select()
	uname.value=""
	pword.value=""
	mailform.submit()
}
	
// -- END -->