Go Back   SitePoint Forums > Forum Index > Program Your Site > JavaScript
Newsletter FAQ Members List Calendar Mark Forums Read

New to SitePoint Forums? Register here for free!

SitePoint Sponsor
 
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old Sep 27, 2004, 12:09   #1
Jovan
SitePoint Member
 
Join Date: Sep 2004
Location: Ottawa
Posts: 4
Unterminated String Constant

Hi,

I have dynamic linked listboxes. They were working fine - but someone has updated some data in the database and I am getting the error below:
line 325
Char 98
Unterminated string constant

Javascript code:

<FORM NAME="f1" METHOD="post" ACTION="ProjectData.asp">
<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR>
<TD align="left"> <%
' write the classs listbox...
Response.Write "<SELECT width=""450""STYLE=""width:450px""NAME=""class"" SIZE=4" & _
" ONCHANGE=""manuselected(this);"" >"
' write the entry code for the javascript...
sJavaScript = "function manuselected(elem){" & vbCrlf & _
"for (var i = document.f1.type." & _
"options.length; i >= 0; i--){" & vbCrlf & _
"document.f1.type.options[i] = null;" & _
vbCrlf
' loop through the recordset...
Do Until rs.EOF
' is this a new class?
If sLastclass <> rs("class") Then
' if so, add an entry to the first listbox
sLastclass = rs("class")
Response.Write "<OPTION VALUE=" & rs("classID") & _
">" & sLastclass & "</OPTION>"
' and add a new section to the javascript...
sJavaScript = sJavaScript & "}" & vbCrlf & _
"if (elem.options[elem.selectedIndex].value==" & _
rs("classID") & "){" & vbCrlf
End If
' and add a new type line to the javascript...
sJavaScript = sJavaScript & _
"document.f1.type.options[document." & _
"f1.type.options.length] = new Option('" & _
rs("type") & "','" & rs("typeID") & _
"');" & _
vbCrlf
rs.MoveNext
Loop
' finish the class listbox...
Response.Write "</SELECT>"
' create the types listbox...
'Response.Write "<SELECT NAME=""type""SIZE=4>"
'Response.Write "<SELECT STYLE=""width:260px""NAME=""type""SIZE=4>"
Response.Write "<BR><SELECT width=""450""STYLE=""width:450px""NAME=""type""onClick=""this.form.submit();"" SIZE=6>"
Response.Write "<OPTION>[none currently selected]</OPTION>"
Response.Write "</SELECT>"
' put the last line on the javascript...
' and write it out...
sJavaScript = sJavaScript & vbCrlf & "}" & vbCrlf & _
"}" & vbCrlf
Response.Write "<SCR" & _
"IPT LANGUAGE=""JavaScript"">" & vbCrlf
Response.Write sJavaScript & vbCrlf & "</SCR" & _
"IPT>" & vbCrlf

rs.Close
Set rs = Nothing
%> </TD>
</TR>
</TABLE>
</FORM>



Source:

<html>
<head>
<title>Data Entry : Add Data</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="/images/IMSI_Styles_ie.css" type="text/css">
<head>
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
// HM stuff
if(window.event + "" == "undefined") event = null;
function HM_f_PopUp(){return false};
function HM_f_PopDown(){return false};
popUp = HM_f_PopUp;
popDown = HM_f_PopDown;

function loadCSSFile(){

// browser detection done here as well as in HM_Loader.js
// calling this function from HM_Loader.js had the styles
// being applied after the page was rendered and the delay
// was visible.

var cssFile
var SS_DOM = (document.getElementById) ? true : false;
var SS_NS4 = (document.layers) ? true : false;
var SS_IE = (document.all) ? true : false;
var SS_IE4 = SS_IE && !SS_DOM;
var SS_Mac = (navigator.appVersion.indexOf("Mac") != -1);
var SS_IE4M = SS_IE4 && SS_Mac;
var SS_Unix = (navigator.appVersion.indexOf("X11") != -1);

if (eval('SS_Unix') == "") { var SS_Unix = 0 }
if (eval('SS_Mac') == "") { var SS_Mac = 0 }
if (SS_Mac || SS_Unix || SS_NS4 ) { // Netscape 4, unices and mac
cssFile = "IMSi_Styles_ns.css"
} else { // IE4, IE5, Netscape 6, + anything else
cssFile = "IMSi_Styles_ie.css"
}
stylesheetURL = "<LINK REL='stylesheet' HREF='/Templates/" + cssFile + "' TYPE='text/css'>";
document.write(stylesheetURL);
}

loadCSSFile();

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</SCRIPT>

</head>
<body bgcolor="#FFFFFF" text="#000000" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" class="bodytext" onLoad="MM_preloadImages('rollimage')">

<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="4" height="1" width=778></td>
</tr>
<tr>
<td rowspan="3" width="1" height=100></td>

<td rowspan="3" valign="top" width="70" height="100"><a href="/"><img src="/images/top_ims_logo4.gif" alt="IMS Logo" border="0" ></a></td>

<td valign="top" width="708" height="46"><img src="/images/top_ims_banner4.gif" alt="Innovative Management Solutions Inc." width="708" height="46"></td>
</tr>
<tr>

<td valign="top" bgcolor="#000000"><a href="/Our_Company/" onMouseOver="MM_swapImage('company','','/images/NAV-1-02.gif',1);HM_f_PopUp('HM_Menu1',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu1',event)"><img src="/images/NAV-1.gif" alt="Our Company" name="company" width="89" height="32" border="0" align="baseline"></a><a href="/LearningPortal/" onMouseOver="MM_swapImage('portal','','/images/NAV-2-04.gif',1);HM_f_PopUp('HM_Menu2',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu2',event)"><img src="/images/NAV-2.gif" alt="Learning Portal" name="portal" width="103" height="32" border=0></a><a href="/Web_Demos/" onMouseOver="MM_swapImage('showcase','','/images/NAV-3-06.gif',1);HM_f_PopUp('HM_Menu3',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu3',event)"><img src="/images/NAV-3.gif" alt="e-Showcase" name="showcase" width="84" height="32" border="0"></a><a href="/Knowledge_Bank/" onMouseOver="MM_swapImage('kb','','/images/NAV-4-08.gif',1);HM_f_PopUp('HM_Menu4',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu4',event)"><img src="/images/NAV-4.gif" alt="Knowledge Bank" name="kb" width="112" height="32" border="0"></a><a href="/Clients/" onMouseOver="MM_swapImage('client','','/images/NAV-5-10.gif',1); HM_f_PopUp('HM_Menu5',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu5',event)"><img src="/images/NAV-5.gif" alt="Client Page" name="client" width="84" height="32" border=0></a><a href="/Fun_Games/default.asp" onMouseOver="MM_swapImage('fun','','/images/NAV-6-12.gif',1); HM_f_PopUp('HM_Menu6',event)" onMouseOut="MM_swapImgRestore();HM_f_PopDown('HM_Menu6',event)"><img src="/images/NAV-6.gif" alt="Fun and Games" name="fun" width="103" height="32" border=0></a><a href="/search/search.asp" onMouseOver="MM_swapImage('search','','/images/NAV-7-14.gif',1);" onMouseOut="MM_swapImgRestore();"><img src="/images/NAV-7.gif" alt="Search" name="search" width="56" height="32" border=0></a><a href="/Our_Company/Contact.asp" onMouseOver="MM_swapImage('contact','','/images/NAV-8-16.gif',1);" onMouseOut="MM_swapImgRestore();"><img src="/images/NAV-8.gif" alt="Contact Us" name="contact" width="77" height="32" border=0></a></td>
</tr>
<tr>
<td background="/images/top_location_bar_bg.gif" height="22" class="locationBar">
<!-- begin location bar -->
&nbsp;<A class='locationBar' HREF='/'>Home</A>
> <A class='locationBar' HREF='/ims_workspace'>ims workspace</A>
> <A class='locationBar' HREF='/ims_workspace/CRD_Audit_Tool'>CRD Audit Tool</A>

<script language="JavaScript">
<!--
// write the document title on location bar unless it will wrap.
if (document.title.length + 31 < 80) {
document.write(" > " + document.title );
}
//-->
</script>

<!-- end location bar -->


</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="778" border="0">
<tr>
<td colspan="6" height="5" width=778></td>
</tr>
<tr valign="top">
<td width=2>&nbsp;</td>
<td width="74" class="bodytext">
</table>
<table CELLPADDING="0" CELLSPACING="0" WIDTH="778">
<TR>
<td width=74 VALIGN="TOP"><IMG SRC="/images/Spacer.gif" alt="" WIDTH="74" HEIGHT="10" ALIGN="TOP">
</td>
<td class="bodytext" width=460 valign="top"> <p><img src="/images/workspace/t-wksp.gif" alt="IMS Workspace" width="460" height="92"> </p>
<p><strong>CRD Audit Tool - Data Entry : Add Data </strong></p>
<p>

Please select the material class and material type to enter
data.
<FORM NAME="f1" METHOD="post" ACTION="ProjectData.asp">
<TABLE WIDTH="450" BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="CENTER">
<TR>
<TD align="left"> <SELECT width="450"STYLE="width:450px"NAME="class" SIZE=4 ONCHANGE="manuselected(this);" ><OPTION VALUE=1>Brick & Block Masonry</OPTION><OPTION VALUE=2>Concrete - plain</OPTION><OPTION VALUE=3>Concrete - reinforced</OPTION><OPTION VALUE=22>Doors frames</OPTION><OPTION VALUE=21>Electrical</OPTION><OPTION VALUE=4>Finish materials</OPTION><OPTION VALUE=5>Floor and roof (concrete)</OPTION><OPTION VALUE=6>Glass and window</OPTION><OPTION VALUE=20>HVAC</OPTION><OPTION VALUE=7>Insulation</OPTION><OPTION VALUE=8>Lightweight concrete</OPTION><OPTION VALUE=9>Metals </OPTION><OPTION VALUE=10>Mortar and Plaster</OPTION><OPTION VALUE=11>Partitions</OPTION><OPTION VALUE=23>Plumbing</OPTION><OPTION VALUE=12>Roofing materials</OPTION><OPTION VALUE=13>Soil, sand and gravel</OPTION><OPTION VALUE=14>Stone</OPTION><OPTION VALUE=15>Stone veneer</OPTION><OPTION VALUE=16>Structural clay tile</OPTION><OPTION VALUE=17>Structural facing tile</OPTION><OPTION VALUE=18>Suspended ceilings</OPTION><OPTION VALUE=19>Wood</OPTION></SELECT><BR><SELECT width="450"STYLE="width:450px"NAME="type"onClick="this.form.submit();"SIZE=6>< OPTION>[none currently selected]</OPTION></SELECT><SCRIPT LANGUAGE="JavaScript">
function manuselected(elem){
for (var i = document.f1.type.options.length; i >= 0; i--){
document.f1.type.options[i] = null;
}
if (elem.options[elem.selectedIndex].value==1){
document.f1.type.options[document.f1.type.options.length] = new Option('10inch Concrete block, normal weight','334');
document.f1.type.options[document.f1.type.options.length] = new Option('12inch concrete block, lightweight','11');
document.f1.type.options[document.f1.type.options.length] = new Option('12inch concrete block, stone or gravel','10');
document.f1.type.options[document.f1.type.options.length] = new Option('4 inch brickwork ','1');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch concrete block, lightweight','3');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch concrete block, stone or gravel','2');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch concrete brick, lightweight','5');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch concrete brick, stone or gravel','4');
document.f1.type.options[document.f1.type.options.length] = new Option('6inch concrete block, lightweight','7');
document.f1.type.options[document.f1.type.options.length] = new Option('6inch concrete block, stone or gravel','6');
document.f1.type.options[document.f1.type.options.length] = new Option('8inch concrete block, lightweight','9');
document.f1.type.options[document.f1.type.options.length] = new Option('8inch concrete block, stone or gravel','8');
document.f1.type.options[document.f1.type.options.length] = new Option('8inch concrete block, normal weight','333');
document.f1.type.options[document.f1.type.options.length] = new Option('common brick - 8in l X 3.75in w X 2.25in h','12');
}
if (elem.options[elem.selectedIndex].value==2){
document.f1.type.options[document.f1.type.options.length] = new Option('cinder','13');
document.f1.type.options[document.f1.type.options.length] = new Option('expanded clay','15');
document.f1.type.options[document.f1.type.options.length] = new Option('expanded slag aggregate','14');
document.f1.type.options[document.f1.type.options.length] = new Option('Poured Concrete','332');
document.f1.type.options[document.f1.type.options.length] = new Option('slag','16');
document.f1.type.options[document.f1.type.options.length] = new Option('stone','17');
}
if (elem.options[elem.selectedIndex].value==3){
document.f1.type.options[document.f1.type.options.length] = new Option('cinder','18');
document.f1.type.options[document.f1.type.options.length] = new Option('slag','19');
document.f1.type.options[document.f1.type.options.length] = new Option('stone','20');
}
if (elem.options[elem.selectedIndex].value==22){
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum w/ full glass insert 8ft x 3ft x 1.5in','227');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum w/ full glass insert 8t x 3.5ft x 1.5in','308');
document.f1.type.options[document.f1.type.options.length] = new Option('alumium door frame 1.5in thick','271');
document.f1.type.options[document.f1.type.options.length] = new Option('counter shutter roling counter shutter 53in tall by 48in wide by 10in thick when door is closed','321');
document.f1.type.options[document.f1.type.options.length] = new Option('door hardware','285');
document.f1.type.options[document.f1.type.options.length] = new Option('folding door average 8lb/ft2 3.25in thick','325');
document.f1.type.options[document.f1.type.options.length] = new Option('freight','229');
document.f1.type.options[document.f1.type.options.length] = new Option('garage','228');
document.f1.type.options[document.f1.type.options.length] = new Option('metal ','226');
document.f1.type.options[document.f1.type.options.length] = new Option('screen','230');
document.f1.type.options[document.f1.type.options.length] = new Option('wood - full 7.75ftx35inx1.75in','225');
document.f1.type.options[document.f1.type.options.length] = new Option('wood - hollow 7.75ft x 35in x 1.75in','224');
}
if (elem.options[elem.selectedIndex].value==21){
document.f1.type.options[document.f1.type.options.length] = new Option('ballast - non PCB','219');
document.f1.type.options[document.f1.type.options.length] = new Option('baseboard heaters','207');
document.f1.type.options[document.f1.type.options.length] = new Option('battery','220');
document.f1.type.options[document.f1.type.options.length] = new Option('breaker/fuse box','218');
document.f1.type.options[document.f1.type.options.length] = new Option('Elevator & equipment','368');
document.f1.type.options[document.f1.type.options.length] = new Option('emergency battery lights','216');
document.f1.type.options[document.f1.type.options.length] = new Option('exit sign','221');
document.f1.type.options[document.f1.type.options.length] = new Option('floor monument','222');
document.f1.type.options[document.f1.type.options.length] = new Option('Fluorescent fixtures - varying types. ','367');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent fixtures - 2 ft x 4 ft','211');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent fixtures 1 ft x 4 ft actual dimensions are 4.75ft x 1.7 ft','210');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent modular 4 lamp - 10 ft','259');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent modular 5 lamp - 12 ft x 1ft x 5 in','258');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent wraparound square basket 9 1/6inch x 3 1/4inch x 24inch','212');
document.f1.type.options[document.f1.type.options.length] = new Option('fluorescent wraparound square basket 9 1/6inch x 3 1/4inch x 48inch','213');
document.f1.type.options[document.f1.type.options.length] = new Option('fluoresecent modular 3 lamp - 8 ft','260');
document.f1.type.options[document.f1.type.options.length] = new Option('heaters','346');
document.f1.type.options[document.f1.type.options.length] = new Option('incandescent fixtures - interior','214');
document.f1.type.options[document.f1.type.options.length] = new Option('incandescent fixtures exterior','215');
document.f1.type.options[document.f1.type.options.length] = new Option('mini fluorescent fixture','254');
document.f1.type.options[document.f1.type.options.length] = new Option('other fixtures','217');
document.f1.type.options[document.f1.type.options.length] = new Option('outlets/switches/wiring','209');
document.f1.type.options[document.f1.type.options.length] = new Option('Panelboard/Switchgear','370');
document.f1.type.options[document.f1.type.options.length] = new Option('recessed downlight (pot) - 6 1/4 dia x 7 1/2 height','261');
document.f1.type.options[document.f1.type.options.length] = new Option('recessed downlight flood 6 1/4 dia x 7 1/2','262');
document.f1.type.options[document.f1.type.options.length] = new Option('square fluorescent 1.5 ft x 1.5 ft','266');
document.f1.type.options[document.f1.type.options.length] = new Option('suspended convection heaters','208');
document.f1.type.options[document.f1.type.options.length] = new Option('suspended lights 2x2x2 weight = 5 lbs','330');
document.f1.type.options[document.f1.type.options.length] = new Option('transformer','223');
}
if (elem.options[elem.selectedIndex].value==4){
document.f1.type.options[document.f1.type.options.length] = new Option('2inch Thick Ceramic Tiles','362');
document.f1.type.options[document.f1.type.options.length] = new Option('accoustical tile unsupported per 1/2inch','21');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum ceiling strips 5in w x 1/2 in th','276');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum siding','311');
document.f1.type.options[document.f1.type.options.length] = new Option('blinds/curtains 4feetx3 feet window','46');
document.f1.type.options[document.f1.type.options.length] = new Option('building board 1/2in','22');
document.f1.type.options[document.f1.type.options.length] = new Option('cabinetry - wood','313');
document.f1.type.options[document.f1.type.options.length] = new Option('carpet tile 1/4 inch','298');
document.f1.type.options[document.f1.type.options.length] = new Option('Carpeting','358');
document.f1.type.options[document.f1.type.options.length] = new Option('cement finish 1inch','23');
document.f1.type.options[document.f1.type.options.length] = new Option('ceramic tile','300');
document.f1.type.options[document.f1.type.options.length] = new Option('ceramic tile - mosaic','299');
document.f1.type.options[document.f1.type.options.length] = new Option('ceramic tile 1/4 in','337');
document.f1.type.options[document.f1.type.options.length] = new Option('decorative wood beam 18in x 4.5in','269');
document.f1.type.options[document.f1.type.options.length] = new Option('decorative wood trim 1','270');
document.f1.type.options[document.f1.type.options.length] = new Option('entrance foot grille','309');
document.f1.type.options[document.f1.type.options.length] = new Option('fiberboard 1/2inch','24');
document.f1.type.options[document.f1.type.options.length] = new Option('gypsum - painted','26');
document.f1.type.options[document.f1.type.options.length] = new Option('gypsum - unpainted','27');
document.f1.type.options[document.f1.type.options.length] = new Option('gypsum - vinyl clad','25');
document.f1.type.options[document.f1.type.options.length] = new Option('gypsum - wallpaper','253');
document.f1.type.options[document.f1.type.options.length] = new Option('hardwood approx 40lb per cubic foot','328');
document.f1.type.options[document.f1.type.options.length] = new Option('hardwood flooring 25/32inch','42');
document.f1.type.options[document.f1.type.options.length] = new Option('horinzontal blinds 24in wide','281');
document.f1.type.options[document.f1.type.options.length] = new Option('horizontal blinds - 41 inches 4 in wide retracted 6lb','318');
document.f1.type.options[document.f1.type.options.length] = new Option('horizontal blinds 18in wide','282');
document.f1.type.options[document.f1.type.options.length] = new Option('horizontal blinds 36in wide','280');
document.f1.type.options[document.f1.type.options.length] = new Option('marble and setting bed','28');
document.f1.type.options[document.f1.type.options.length] = new Option('melamine','256');
document.f1.type.options[document.f1.type.options.length] = new Option('metal railings','329');
document.f1.type.options[document.f1.type.options.length] = new Option('millwork 2.5 ft h x 2.5 ft w','310');
document.f1.type.options[document.f1.type.options.length] = new Option('plaster 1/2inch','29');
document.f1.type.options[document.f1.type.options.length] = new Option('plaster on wood lath','30');
document.f1.type.options[document.f1.type.options.length] = new Option('plaster suspended with lath','31');
document.f1.type.options[document.f1.type.options.length] = new Option('plastic arena board - 5 feet section','48');
document.f1.type.options[document.f1.type.options.length] = new Option('Plexiglass - 5 feet section','49');
document.f1.type.options[document.f1.type.options.length] = new Option('plywood 1/2inch','33');
document.f1.type.options[document.f1.type.options.length] = new Option('plywood 1/4inch','32');
document.f1.type.options[document.f1.type.options.length] = new Option('plywood 5/8inch','34');
document.f1.type.options[document.f1.type.options.length] = new Option('plywood with vinyl 5/8 inch plywood with applied vinyl','319');
document.f1.type.options[document.f1.type.options.length] = new Option('quarry tile 1/2inch','37');
document.f1.type.options[document.f1.type.options.length] = new Option('quarry tile 3/4inch','38');
document.f1.type.options[document.f1.type.options.length] = new Option('reception desk particleboard w/ laminate','272');
document.f1.type.options[document.f1.type.options.length] = new Option('roll up door 8ft x 1.5ft x 1.5ft','284');
document.f1.type.options[document.f1.type.options.length] = new Option('rolled carpet 28 oz, 1/4in CY convert based on actual industry estimates','297');
document.f1.type.options[document.f1.type.options.length] = new Option('rubber -5 feet section','50');
document.f1.type.options[document.f1.type.options.length] = new Option('terrazzo 1inch in stone concrete','39');
document.f1.type.options[document.f1.type.options.length] = new Option('terrazzo 2inch in stone concrete','40');
document.f1.type.options[document.f1.type.options.length] = new Option('vertical blinds -110in','251');
document.f1.type.options[document.f1.type.options.length] = new Option('vertical blinds 12in wide','283');
document.f1.type.options[document.f1.type.options.length] = new Option('vertical blinds 33in x 4in x4in','279');
document.f1.type.options[document.f1.type.options.length] = new Option('vertical blinds- 54in','252');
document.f1.type.options[document.f1.type.options.length] = new Option('vertical blinds 57in x 4in x 4in','278');
document.f1.type.options[document.f1.type.options.length] = new Option('Vinyl floor tile','359');
document.f1.type.options[document.f1.type.options.length] = new Option('vinyl tile at 1/8 inch','316');
document.f1.type.options[document.f1.type.options.length] = new Option('vinyl wall moulding per unit foot 4 1/2 in wide','277');
document.f1.type.options[document.f1.type.options.length] = new Option('Washroom partitions','372');
document.f1.type.options[document.f1.type.options.length] = new Option('wood block flooring 3inch on mastic','43');
document.f1.type.options[document.f1.type.options.length] = new Option('wood panel wood panel based on oak at 44 pcf','320');
}
if (elem.options[elem.selectedIndex].value==5){
document.f1.type.options[document.f1.type.options.length] = new Option('cement patio tile','348');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete plain - lightweight 1inch','60');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete plain - slag 1inch','59');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete plain - stone 1inch','58');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete reinforced - lightweight 1inch','57');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete reinforced - slag 1inch','56');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete reinforced 1in- stone ','55');
document.f1.type.options[document.f1.type.options.length] = new Option('Flexicore 6inch precast lighweight concrete','51');
document.f1.type.options[document.f1.type.options.length] = new Option('Flexicore 6inch precast stone concrete','52');
document.f1.type.options[document.f1.type.options.length] = new Option('Plank, cinder concrete, 2inch','53');
document.f1.type.options[document.f1.type.options.length] = new Option('plank, gypsum 2in','54');
}
if (elem.options[elem.selectedIndex].value==6){
document.f1.type.options[document.f1.type.options.length] = new Option('1/4inch wire glass','67');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum frame','74');
document.f1.type.options[document.f1.type.options.length] = new Option('double strength 1/8inch','63');
document.f1.type.options[document.f1.type.options.length] = new Option('exterior window with 4 inch frame','338');
document.f1.type.options[document.f1.type.options.length] = new Option('glass - clear','302');
document.f1.type.options[document.f1.type.options.length] = new Option('glass - frosted','303');
document.f1.type.options[document.f1.type.options.length] = new Option('glass block 4in x 8in x 31/8in','70');
document.f1.type.options[document.f1.type.options.length] = new Option('glass block 6inch x6inch x3 1/8inch','68');
document.f1.type.options[document.f1.type.options.length] = new Option('glass block 6inch x8inch x3 1/8inch','69');
document.f1.type.options[document.f1.type.options.length] = new Option('glass block 8inch x8inch x3 7/8inch','71');
document.f1.type.options[document.f1.type.options.length] = new Option('glass/aluminum 4in frame','307');
document.f1.type.options[document.f1.type.options.length] = new Option('insulating glass 5/8inch plate with airspace','66');
document.f1.type.options[document.f1.type.options.length] = new Option('mirror','301');
document.f1.type.options[document.f1.type.options.length] = new Option('plastic frame','73');
document.f1.type.options[document.f1.type.options.length] = new Option('polished plate 1/2inch','62');
document.f1.type.options[document.f1.type.options.length] = new Option('sheet, A, B 1/32inch','64');
document.f1.type.options[document.f1.type.options.length] = new Option('Sheet, A, B 1/4inch','65');
document.f1.type.options[document.f1.type.options.length] = new Option('sidelights ','305');
document.f1.type.options[document.f1.type.options.length] = new Option('Skylights 42in high x 68in across','312');
document.f1.type.options[document.f1.type.options.length] = new Option('storm','75');
document.f1.type.options[document.f1.type.options.length] = new Option('wood frame','72');
}
if (elem.options[elem.selectedIndex].value==20){
document.f1.type.options[document.f1.type.options.length] = new Option('A/C Units','205');
document.f1.type.options[document.f1.type.options.length] = new Option('AC Unit 2ft x 2ft x 1.33ft 156 lbs','317');
document.f1.type.options[document.f1.type.options.length] = new Option('AHU','351');
document.f1.type.options[document.f1.type.options.length] = new Option('air ducts','204');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum casing 1/32 (0.5lb/ft sq)','273');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum casing 1/32 thick; 6 in tall x 8in wide','268');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum casing for HVAC 1 ft h x 6 in w','306');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum flex ducting - 5 inch','322');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum flex ducting - 8 inch','323');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum round 1 ft diameter ','265');
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum round 1ft diameter x 3 ft long','264');
document.f1.type.options[document.f1.type.options.length] = new Option('Boiler','374');
document.f1.type.options[document.f1.type.options.length] = new Option('Chiller - Absorption type','352');

****************************************************************************** *******************************
Line 325
****************************************************************************** *******************************888

document.f1.type.options[document.f1.type.options.length] = new Option('diffuser - 3.5ftL x 1.58ftW x 8inH approx weight 20 lb','327');

****************************************************************************** ****************************************




document.f1.type.options[document.f1.type.options.length] = new Option('diffuser - 5ftL x 1ftH x 2inT','326');
document.f1.type.options[document.f1.type.options.length] = new Option('diffusers 2 ft x 2 ft','263');
document.f1.type.options[document.f1.type.options.length] = new Option('Domestic Hot Water Boiler
','373');
document.f1.type.options[document.f1.type.options.length] = new Option('Exhaust Fan','357');
document.f1.type.options[document.f1.type.options.length] = new Option('HVAC distribution casing 34in high x 9in deep','291');
document.f1.type.options[document.f1.type.options.length] = new Option('mimimate plus cooling system 4ft x 31in x 25in approx 250 lbs','324');
document.f1.type.options[document.f1.type.options.length] = new Option('oil furnace','203');
document.f1.type.options[document.f1.type.options.length] = new Option('Steam/hot water heat exchanger','369');
document.f1.type.options[document.f1.type.options.length] = new Option('Steam/hot water radiator','354');
document.f1.type.options[document.f1.type.options.length] = new Option('steel hot water pipe 1.5 in dia includes heat fins','267');
document.f1.type.options[document.f1.type.options.length] = new Option('VAV Box','206');
}
if (elem.options[elem.selectedIndex].value==7){
document.f1.type.options[document.f1.type.options.length] = new Option('batt- 3.5 inch','77');
document.f1.type.options[document.f1.type.options.length] = new Option('corkboard per 1inch thickness','78');
document.f1.type.options[document.f1.type.options.length] = new Option('fibreglas 1in thick','345');
document.f1.type.options[document.f1.type.options.length] = new Option('fibreglas sound attenuation','287');
document.f1.type.options[document.f1.type.options.length] = new Option('five-ply membrane 20mm (.8inch)','82');
document.f1.type.options[document.f1.type.options.length] = new Option('foamed board insulation per 1 1/2inch thickness','80');
document.f1.type.options[document.f1.type.options.length] = new Option('foamed board insulation per 1inch thickness','79');
document.f1.type.options[document.f1.type.options.length] = new Option('foamed board insulation per 2inch thickness','81');
document.f1.type.options[document.f1.type.options.length] = new Option('rigid insulation ','84');
document.f1.type.options[document.f1.type.options.length] = new Option('waterproof membrane 1.5mm (.06inch)','83');
}
if (elem.options[elem.selectedIndex].value==8){
document.f1.type.options[document.f1.type.options.length] = new Option('aerocrete','85');
document.f1.type.options[document.f1.type.options.length] = new Option('cinder fill','86');
document.f1.type.options[document.f1.type.options.length] = new Option('expanded clay','87');
document.f1.type.options[document.f1.type.options.length] = new Option('expanded shale-sand','88');
document.f1.type.options[document.f1.type.options.length] = new Option('perlite','89');
document.f1.type.options[document.f1.type.options.length] = new Option('pumice','90');
}
if (elem.options[elem.selectedIndex].value==9){
document.f1.type.options[document.f1.type.options.length] = new Option('aluminum cast','91');
document.f1.type.options[document.f1.type.options.length] = new Option('brass,cast, rolled','92');
document.f1.type.options[document.f1.type.options.length] = new Option('bronze, commercial','93');
document.f1.type.options[document.f1.type.options.length] = new Option('bronze, statuary','94');
document.f1.type.options[document.f1.type.options.length] = new Option('cabinetry 3feetx5feet','109');
document.f1.type.options[document.f1.type.options.length] = new Option('cast iron radiator','107');
document.f1.type.options[document.f1.type.options.length] = new Option('chain link fence','113');
document.f1.type.options[document.f1.type.options.length] = new Option('conduit','124');
document.f1.type.options[document.f1.type.options.length] = new Option('copper, cast or rolled','95');
document.f1.type.options[document.f1.type.options.length] = new Option('countertops 3feetx3feet','110');
document.f1.type.options[document.f1.type.options.length] = new Option('door hardware','106');
document.f1.type.options[document.f1.type.options.length] = new Option('drawers 1feetx2feet','111');
document.f1.type.options[document.f1.type.options.length] = new Option('fire hose cabinet 30.5in x 42in x 10in','339');
document.f1.type.options[document.f1.type.options.length] = new Option('gold, cast solid','96');
document.f1.type.options[document.f1.type.options.length] = new Option('iron, cast gray, pig','97');
document.f1.type.options[document.f1.type.options.length] = new Option('iron, wrought','98');
document.f1.type.options[document.f1.type.options.length] = new Option('lead','99');
document.f1.type.options[document.f1.type.options.length] = new Option('lockers','108');
document.f1.type.options[document.f1.type.options.length] = new Option('Metal Grate','371');
document.f1.type.options[document.f1.type.options.length] = new Option('nickel','100');
document.f1.type.options[document.f1.type.options.length] = new Option('posts for access floor','123');
document.f1.type.options[document.f1.type.options.length] = new Option('power poles','122');
document.f1.type.options[document.f1.type.options.length] = new Option('rebar 1/2inch diameter - lb per feet','115');
document.f1.type.options[document.f1.type.options.length] = new Option('Reinforcing steel','335');
document.f1.type.options[document.f1.type.options.length] = new Option('shore jack 6feet to 9feet','114');
document.f1.type.options[document.f1.type.options.length] = new Option('silver, cast, solid','101');
document.f1.type.options[document.f1.type.options.length] = new Option('stainless steel - counters 9feet section','116');
document.f1.type.options[document.f1.type.options.length] = new Option('stainless steel, rolled','103');
document.f1.type.options[document.f1.type.options.length] = new Option('steel - angle','118');
document.f1.type.options[document.f1.type.options.length] = new Option('steel - ceiling tiles','121');
document.f1.type.options[document.f1.type.options.length] = new Option('steel - I-beam per foot','117');
document.f1.type.options[document.f1.type.options.length] = new Option('steel - oil resevoir','120');
document.f1.type.options[document.f1.type.options.length] = new Option('steel post','119');
document.f1.type.options[document.f1.type.options.length] = new Option('Steel roof/floor deck','353');
document.f1.type.options[document.f1.type.options.length] = new Option('Steel stairs','361');
document.f1.type.options[document.f1.type.options.length] = new Option('steel, rolled, cold drawn','104');
document.f1.type.options[document.f1.type.options.length] = new Option('suspended ceiling grid (area)','112');
document.f1.type.options[document.f1.type.options.length] = new Option('tin','102');
document.f1.type.options[document.f1.type.options.length] = new Option('zinc, rolled, cast, or sheet','105');
}
if (elem.options[elem.selectedIndex].value==10){
document.f1.type.options[document.f1.type.options.length] = new Option('mortar, masonry','125');
document.f1.type.options[document.f1.type.options.length] = new Option('plaster, gypsum, sand','126');
}
if (elem.options[elem.selectedIndex].value==11){
document.f1.type.options[document.f1.type.options.length] = new Option('2inch solid plaster','133');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch solid plaster','134');
document.f1.type.options[document.f1.type.options.length] = new Option('demountable wall partition','288');
document.f1.type.options[document.f1.type.options.length] = new Option('Gypsum wallboard 10mm','356');
document.f1.type.options[document.f1.type.options.length] = new Option('metal stud - 2 x 4','129');
document.f1.type.options[document.f1.type.options.length] = new Option('metal stud - 3 5/8inchx5/8inch - lb per feet','130');
document.f1.type.options[document.f1.type.options.length] = new Option('metal stud lb per foot for gysum wall','331');
document.f1.type.options[document.f1.type.options.length] = new Option('metal stud lb per foot unit for demountable','275');
document.f1.type.options[document.f1.type.options.length] = new Option('wood stud - 2 x 4 ','127');
document.f1.type.options[document.f1.type.options.length] = new Option('wood stud 2 x 6','128');
document.f1.type.options[document.f1.type.options.length] = new Option('wood stud lb per foot unit','274');
}
if (elem.options[elem.selectedIndex].value==23){
document.f1.type.options[document.f1.type.options.length] = new Option('ABS water return','235');
document.f1.type.options[document.f1.type.options.length] = new Option('cast iron pipe - main return','232');
document.f1.type.options[document.f1.type.options.length] = new Option('copper pipe','231');
document.f1.type.options[document.f1.type.options.length] = new Option('heaters','239');
document.f1.type.options[document.f1.type.options.length] = new Option('hot water tank 5ftx2ftx2ft','340');
document.f1.type.options[document.f1.type.options.length] = new Option('large diameter pipe - hot water network','233');
document.f1.type.options[document.f1.type.options.length] = new Option('sink - 1.66ftx1.5ftx..5ft weight = 10 lbs','314');
document.f1.type.options[document.f1.type.options.length] = new Option('sprinkler','234');
document.f1.type.options[document.f1.type.options.length] = new Option('stainless steel sink 20inchx20.5inchx7inch - lb each','237');
document.f1.type.options[document.f1.type.options.length] = new Option('steel/galvanized main water feed','341');
document.f1.type.options[document.f1.type.options.length] = new Option('toilets - standing','244');
document.f1.type.options[document.f1.type.options.length] = new Option('toilets - wall mount 2ft x 14in x 20in','243');
document.f1.type.options[document.f1.type.options.length] = new Option('tub 60x32x20.5 - lb each','241');
document.f1.type.options[document.f1.type.options.length] = new Option('urinal','242');
document.f1.type.options[document.f1.type.options.length] = new Option('utility sink','238');
document.f1.type.options[document.f1.type.options.length] = new Option('vinyl shower enclosure 3feetx3feetx6feet','240');
document.f1.type.options[document.f1.type.options.length] = new Option('vitreous china sink 20.5inchx17.5inchx7.4inch - lb each','236');
}
if (elem.options[elem.selectedIndex].value==12){
document.f1.type.options[document.f1.type.options.length] = new Option('built up','135');
document.f1.type.options[document.f1.type.options.length] = new Option('concrete roof tile','136');
document.f1.type.options[document.f1.type.options.length] = new Option('copper .04inch thickness','137');
document.f1.type.options[document.f1.type.options.length] = new Option('corrugated iron 1/8inch','138');
document.f1.type.options[document.f1.type.options.length] = new Option('deck, steel without roofing or insulation','139');
document.f1.type.options[document.f1.type.options.length] = new Option('EDPM','349');
document.f1.type.options[document.f1.type.options.length] = new Option('fiberglass panels 2.5inch corrugated','140');
document.f1.type.options[document.f1.type.options.length] = new Option('galvanized iron','141');
document.f1.type.options[document.f1.type.options.length] = new Option('lead 1/8inch','142');
document.f1.type.options[document.f1.type.options.length] = new Option('plastic sandwich panel 2.5inch thickness','143');
document.f1.type.options[document.f1.type.options.length] = new Option('shingles, asphalt','144');
document.f1.type.options[document.f1.type.options.length] = new Option('shingles, wood 1/2inch','145');
document.f1.type.options[document.f1.type.options.length] = new Option('slate 3/16inch to 1/4inch','146');
document.f1.type.options[document.f1.type.options.length] = new Option('slate 3/8inch to 1/2inch','147');
document.f1.type.options[document.f1.type.options.length] = new Option('stainless steel 1/16inch thickness','148');
document.f1.type.options[document.f1.type.options.length] = new Option('tile, cement, flat','149');
document.f1.type.options[document.f1.type.options.length] = new Option('tile, cement, ribbed','150');
document.f1.type.options[document.f1.type.options.length] = new Option('tile, clay flat with setting bed','152');
document.f1.type.options[document.f1.type.options.length] = new Option('tile, clay shingle type','151');
document.f1.type.options[document.f1.type.options.length] = new Option('wood sheathing per inch','153');
}
if (elem.options[elem.selectedIndex].value==13){
document.f1.type.options[document.f1.type.options.length] = new Option('ashes or cinder','154');
document.f1.type.options[document.f1.type.options.length] = new Option('Asphalt surfaces 2inch','364');
document.f1.type.options[document.f1.type.options.length] = new Option('clay and gravel, dry','157');
document.f1.type.options[document.f1.type.options.length] = new Option('clay, damp and plastic','155');
document.f1.type.options[document.f1.type.options.length] = new Option('clay, dry','156');
document.f1.type.options[document.f1.type.options.length] = new Option('earth moist and packed','161');
document.f1.type.options[document.f1.type.options.length] = new Option('earth, dry an packed','159');
document.f1.type.options[document.f1.type.options.length] = new Option('earth, dry and loose','158');
document.f1.type.options[document.f1.type.options.length] = new Option('earth, moist and loose','160');
document.f1.type.options[document.f1.type.options.length] = new Option('earth, mud packed','162');
document.f1.type.options[document.f1.type.options.length] = new Option('gravel for roof cover','347');
document.f1.type.options[document.f1.type.options.length] = new Option('sand or gravel, dry and loose','163');
document.f1.type.options[document.f1.type.options.length] = new Option('sand or gravel, dry and packed','164');
document.f1.type.options[document.f1.type.options.length] = new Option('sand or gravel, dry and wet','165');
document.f1.type.options[document.f1.type.options.length] = new Option('silt, moist, loose','166');
document.f1.type.options[document.f1.type.options.length] = new Option('silt, moist, packed','167');
}
if (elem.options[elem.selectedIndex].value==14){
document.f1.type.options[document.f1.type.options.length] = new Option('4inch Precast Panels','350');
document.f1.type.options[document.f1.type.options.length] = new Option('granite, limestone, crystalline','168');
document.f1.type.options[document.f1.type.options.length] = new Option('limestone, oolitic','169');
document.f1.type.options[document.f1.type.options.length] = new Option('marble','170');
document.f1.type.options[document.f1.type.options.length] = new Option('sandstone, bluestone','171');
document.f1.type.options[document.f1.type.options.length] = new Option('slate','172');
}
if (elem.options[elem.selectedIndex].value==15){
document.f1.type.options[document.f1.type.options.length] = new Option('1inch marble','177');
document.f1.type.options[document.f1.type.options.length] = new Option('1inch slate','178');
document.f1.type.options[document.f1.type.options.length] = new Option('2inch granite, 1/2inch parging','173');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch granite, 1/2inch parging','174');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch sandstone or bluestone, 1/2 parging','176');
document.f1.type.options[document.f1.type.options.length] = new Option('6inch limestone facing, 1/2 parging','175');
document.f1.type.options[document.f1.type.options.length] = new Option('Precast (Architectural Ribbed Profile)','336');
}
if (elem.options[elem.selectedIndex].value==16){
document.f1.type.options[document.f1.type.options.length] = new Option('4inch hollow','179');
document.f1.type.options[document.f1.type.options.length] = new Option('6inch hollow','180');
document.f1.type.options[document.f1.type.options.length] = new Option('8inch hollow','181');
}
if (elem.options[elem.selectedIndex].value==17){
document.f1.type.options[document.f1.type.options.length] = new Option('2inch facing tile','182');
document.f1.type.options[document.f1.type.options.length] = new Option('4inch facing tile','183');
document.f1.type.options[document.f1.type.options.length] = new Option('6inch facing tile','184');
document.f1.type.options[document.f1.type.options.length] = new Option('8inch facing file','185');
}
if (elem.options[elem.selectedIndex].value==18){
document.f1.type.options[document.f1.type.options.length] = new Option('acoustic plaster on gypsum lath base','189');
document.f1.type.options[document.f1.type.options.length] = new Option('fibreglas ceiling tile 1/2 inch','293');
document.f1.type.options[document.f1.type.options.length] = new Option('metal ceiling tile','344');
document.f1.type.options[document.f1.type.options.length] = new Option('mineral fibre ceiling tile 1/2 inch','294');
document.f1.type.options[document.f1.type.options.length] = new Option('mineral fibre ceiling tile 3/4 inch','295');
document.f1.type.options[document.f1.type.options.length] = new Option('mineral fibre ceiling tile 5/8 inch','296');
document.f1.type.options[document.f1.type.options.length] = new Option('suspended ceiling grid frame','292');
}
if (elem.options[elem.selectedIndex].value==19){
document.f1.type.options[document.f1.type.options.length] = new Option('ash, commercial white','190');
document.f1.type.options[document.f1.type.options.length] = new Option('birch, red oak, sweet and yellow','191');
document.f1.type.options[document.f1.type.options.length] = new Option('cedar','192');
document.f1.type.options[document.f1.type.options.length] = new Option('cypress, sourthern','193');
document.f1.type.options[document.f1.type.options.length] = new Option('douglas fir (coast region)','194');
document.f1.type.options[document.f1.type.options.length] = new Option('fir, commercial white; Idaho white pine','195');
document.f1.type.options[document.f1.type.options.length] = new Option('hemlock','196');
document.f1.type.options[document.f1.type.options.length] = new Option('maple hard black and sugar','197');
document.f1.type.options[document.f1.type.options.length] = new Option('oak, white and red','198');
document.f1.type.options[document.f1.type.options.length] = new Option('pine','199');
document.f1.type.options[document.f1.type.options.length] = new Option('plywood 5/8 inch','342');
document.f1.type.options[document.f1.type.options.length] = new Option('poplar, yellow','200');
document.f1.type.options[document.f1.type.options.length] = new Option('redwood','201');
document.f1.type.options[document.f1.type.options.length] = new Option('walnut, black','202');
document.f1.type.options[document.f1.type.options.length] = new Option('wood structural','343');

}
}

</SCRIPT>
</TD>
</TR>
</TABLE>
</FORM>
<p>

</p>
<p align="center"><a href="selectProject.asp"><< Modify Existing Data</a> |
<a href="Disposallist.asp">Go to Disposal Options >>
</a> </p></td>
<td width=14><IMG SRC="/images/Spacer.gif" alt="" WIDTH="14" HEIGHT="10"></td>
<td class="bodytext" width="230" valign="top"><IMG SRC="/images/workspace/wksp.jpg" alt="IMS Workspace" WIDTH="230" HEIGHT="178"><br>
<br> </td>
</TR>
<tr>
<td width colspan=4>&nbsp;</TD>
</TR>
<td width colspan=4> <P>&nbsp;</P>
<!-- flastmod begin --> <P>
<Center>
<SPAN class='minitext'><a href="/" class='minitext'>Home</a> :: <a href="/Our_Company" class='minitext'>Our
Company</a> :: <a href="/LearningPortal/default.asp" class="minitext">Learning Portal</a> :: <a href="/Web_Demos/default.asp" class='minitext'>e-Showcase</a> :: <a href="/Knowledge_Bank/default.asp" class='minitext'>Knowledge
Bank</a> :: <a href="/Fun_Games" class='minitext'>Fun and Games</a> :: <a href="/search/search.asp" class='minitext'>Search</a> :: <a href="/Our_Company/contact.asp" class='minitext'>Contact
Us</a></SPAN>
</center><BR>


<p align="right"><font size=-2><i>Last modified on
10/31/2003
</i></font>&nbsp;</p>

<!-- flastmod end -->
<SCRIPT LANGUAGE="JavaScript1.2"
SRC="/Templates/HM_Loader.js"
TYPE='text/javascript'></SCRIPT> </TD>
</TR>
</table>
</html>
Jovan is offline   Reply With Quote
 

Bookmarks

« Previous Thread | Next Thread »

Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Sponsored Links
 
Forum Jump


All times are GMT -7. The time now is 01:47.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 1998-2009, SitePoint Pty Ltd. All Rights Reserved