if ($isGroup=="0"){
                ?>
                
                    Included items
                    
                        
                            $Incl = dlookup("select included from items where id=".$id);
                            $Inclarr = explode("
", $Incl);
                            foreach ($Inclarr as $txt) {
                                if ($txt!=""){
                                ?>
                                }
                            }
                        ?>
                    
                    Features
                    
                        
                            $Fea = dlookup("select feautures from items where id=".$id);
                            $Feaarr = explode("
", $Fea);
                            foreach ($Feaarr as $txt) {
                                if ($txt!=""){
                                ?>
                                }
                            }
                        ?>
                    
                    More information
                    
                        
                            $dsItmMore = query("select * from items where id=".$id);
                            $rItm = pg_fetch_array($dsItmMore);
                        ?>
                        - Weight: 
 
                        - Dimensions: 
 
                        - Operating voltage: 
 
                        - Power consumption: 
 
                        - Operating temperature: 
 
                    
                    
                    
                        $price1ID = dlookup("select price1 from items where id=".$id);
                        $prices = query("select * from prices where id=".$price1ID);
                        $rprice = pg_fetch_array($prices);
                    ?>
                    
                    
                    
                    
                    
                    
                        $price2ID = dlookup("select price2 from items where id=".$id);
                        if ($price2ID>0){
                            $prices = query("select * from prices where id=".$price2ID);
                            $rprice = pg_fetch_array($prices);
                            ?>
                            
                            
                            
                            
                            
                            
                        }
                    ?>
                    
                        $price3ID = dlookup("select price3 from items where id=".$id);
                        if ($price3ID>0){
                            $prices = query("select * from prices where id=".$price3ID);
                            $rprice = pg_fetch_array($prices);
                            ?>
                            
                            
                            
                            
                            
                            
                        }
                    ?>
                    
* First year upfront payment required
                 
                
            }else{
                ?>