var net = (document.layers) ? 1:0;
var iexplore = (document.all) ? 1:0;
var PopupState = 0 ;
function focusWindow(theWindow) 
{
	var targetfile = theWindow;
	if (PopupState == 0)
	{
		myPopup = open(targetfile,"NewWindow");
		PopupState = 1;
	}
	else
	{
		if (net)
		{	//netscape
			myPopup = open(targetfile,"NewWindow");
			myPopup.focus();
		}
		else
		{	//internet explorer
			myPopup.close();
			myPopup = open(targetfile,"NewWindow");
		}
	}
}
document.write("<table border=0 cellpadding=0 cellspacing=0>")
document.write(" <tr>")
document.write("  <td width=32></td>")
document.write("  <td width=250 height=70 align='left'   valign='bottom'><img src='../images/slogo.jpg' width=250 height=70 hspace=0 vspace=0 border=0 align='left' alt='StampTraders.com'></td>")
document.write("  <td width=81  height=26 valign='bottom'><a href='../' target='_top' ><img src='../images/sbutton01.jpg' border=0 alt='Home'></td></a>")
document.write("  <td width=81  height=26 valign='bottom'><a href='./' target='_top'><img src='../images/sbutton02.jpg' border=0 alt='Falkland Islands'></td></a>")
document.write("  <td width=81  height=26 valign='bottom'><a href='../world' target='_top'><img src='../images/sbutton03.jpg' border=0 alt='Worldwide'></td></a>")
document.write("  <td width=81  height=26 valign='bottom'><a href='../metrocard' target='_top'><img src='../images/sbutton04.jpg' border=0 alt='Metrocard'></td></a>")
document.write("  <td width=81  height=26 valign='bottom'><a href='../inventory' target='_top'><img src='../images/sbutton05.jpg' border=0 alt='Store'></td></a>")
document.write("  <td width=81  height=26 valign='bottom'><a href='mailto:stamptraders@stamptraders.com' target='_top' ><img src='../images/sbutton06.jpg' border=0 alt='Email'></td></a>")
document.write("  <td width=32></td>")
document.write(" </tr>")
// document.write(" <tr>")
// document.write("  <td colspan=9>&nbsp;</td>")
// document.write(" </tr>")
document.write(" <tr>")
document.write("  <td width=32></td>")
document.write("  <td colspan=7><hr size='3' noshade></td>")
document.write("  <td width=32></td>")
document.write(" </tr>")
document.write("</table>")