Item Number: Unit of Issue: |
Prices are for equipment only. Please contact your local A/C contractor for installation pricing.
|
if($print!="yes"){
echo(" | ");
}//print is not yes
$countitems=count($items);
$i=0;
while($i<$countitems){
echo("" .
"$itemnames[$i] " .
"Item Number: $items[$i]");
if($print!="yes"){
if($pay[$i]=="yes"){
echo(" $mess[$i] " .
"");
}else{
echo(" $mess[$i]");
if($print!="yes"){
echo(" " .
"" .
"Quote ");
}//print is not yes
}//pay is no
}//print is not yes
else{
echo(" $mess[$i]");
}//print is yes
echo(" | ");
$i=$i+1;
}//while counting down items
if($print!="yes"){
echo("" .
" | ");
}//print is not yes
?>
Ceiling and Floor Installation Option
The SCM-L and SCM-D Series are uniquely designed with the option to install either below the ceiling or mounted at low wall position to suit any interior design requirement.
Features & Benefits
|
Better Serviceability
The new SCM-L Series allows the washable filter to be easily accessed by just pulling down the intake grill. During servicing or repairing, only the bottom panel needs to be removed in order to access.
- Fan Motor
- Blower
- Wiring Connection
- Control Box
- Piping Connection
|
|
Flexible Installation
The SCM-L model is designed to work with high-pressure head drain pump (optional). Thus offering flexibility for installation on condensate drainpipe. The drain pump comes with a high head and is incorporated with the float switch as safety protection.
Fresh Air Option
The SCM-L series is designed to draw in fresh air from outdoor. A fresh air knock out hole is designed within the unit itself to provide better ventilation
|
if($print == "yes"){
echo("" .
"" .
"" .
"©2010 Eco-\$mart, Inc." .
" (888) 329-2705" .
" info@eco-smart.com" .
" www.eco-smart.com" .
" | ");
}else{
echo("");
echo("" .
" " .
"" .
"" .
"");
$getcats = $dbcnx->query("SELECT cat_name,catpage FROM cats ORDER BY cat_name");
if(!$getcats){
$air[]="Could not get categories for menu. Error: ";
}else{
while ($row = $getcats->fetch_row()) {
echo("");
}//while fetching cats
}//got cats
echo("" .
"" .
" ");
if($repped==""){
$skip="on";
}else{
$show="on";
$dnum=date(Ymd)*4;
$dbcnx = @mysql_connect('mysql.plainhost.com', 'ecosmar_ecosmart', 'ecoman1');
mysql_select_db('ecosmar_website', $dbcnx);
$checkrep=mysql_query("SELECT ID FROM psw WHERE usrn='$repped'");
if(!$checkrep){
$air[]="Could not verify rep. Error: ".mysql_error();
$show="off";
}else{
$row=mysql_fetch_array($checkrep);
$uID=$row[0];
if($uID==""){
$air[]="Representative does not match records.";
$show="off";
}else{
echo("" .
" Eco-\$mart Representative $repped Logged In. ");
mysql_select_db('ecosmar_inv', $dbcnx);
$getquote = $dbcnx->query("SELECT ID,CID FROM quotes WHERE usrn='$repped'");
if(!$getquote){
$air[]="Could not get quotes for ".$repped.". Error: ".mysql_error();
$show="off";
}else{
$numquos=mysql_num_rows($getquote);
if($numquos < 1){
$show="off";
$air[]="No Quotes Started.";
}else{//there are quotes
while($rowq=mysql_fetch_array($getquote)){
$QIDs[]=$rowq['ID'];
$CIDs[]=$rowq['CID'];
}//while getting and filling arrays
mysql_select_db('ecosmar_contacts', $dbcnx);
foreach($CIDs as $value){
$getcon=mysql_query("SELECT first_Name,Name,Company FROM con_main WHERE ID='$value'");
if(!$getcon){
$air[]="Could not get contact info for contact. Error: ".mysql_error();
$show="off";
}else{
$rowc=mysql_fetch_array($getcon);
$first_Name=$rowc[0];
$Name=$rowc[1];
$Company=$rowc[2];
if($Company!=""){
$quocos[]=$Company;
}else{
$quocos[]=$first_Name." ".$Name;
}
}//got contact
}//4each quote/contact ID
}//there are quotes
}//got quote
$i=0;
$countem=count($items);
while($i<$countem){
if(in_array($items[$i],$qoks)){
$ast[]=$items[$i];
$astname[]=$itemnames[$i];
}//in array with dealer prices
$i=$i+1;
}//while counting items
if(empty($ast)){
$air[]="No Quotes. No qualifying prices.";
$show="off";
}
if($show=="on"){
echo("");
}//show is on
}//repped matches usrn in psw
}//chekd rep
}//rep is present
if(!empty($air)){
echo("");
foreach($air as $value){
echo(" $value");
}//4each
echo(" ");
}//air is not empty
}//print is not yes
?>
| |