document.write(''+
	'<table cellpadding="0" cellspacing="0" width="100%" border="0">'+
	'<tr>'+
		'<td width="175"><a href="index.html"><img src="images/logo.gif" alt="Scotia Technology - Division of Lakes Region Tubular Products, Inc" border="0"></a></td>'+
		'<td align="left" background="images/header3.gif" title="Assorted Tubes From Scotia Technology"><img src="images/spacer.gif" border="0"></td>'+
	'</tr>'+
	'<tr>'+
		'<td height="1" bgcolor="white"></td>'+
	'</tr>'+
'</table>'+
'<table cellpadding="0" cellspacing="0" width="100%" border="0">'+
	'<tr>'+
		'<td colspan="2" height="10" align="right" bgcolor="darkred"><img src="images/rfd.gif" border="0"></td>'+
	'</tr>'+
	'<tr>'+
		'<td height="1" bgcolor="white"></td>'+
	'</tr>'+
'</table>');

function openWindow(url, windowName) {
	var newWindow = open(url,windowName,'width=480,height=640,menubar=yes,toolbar=yes,status=yes,scrollbars=yes,resizable=yes,top=50,left=50');	
	newWindow.focus();
}
	