GB_Logo_Web
G&BSpecialties

Manufacturer of Quality Railgear & Track & Signal Materials

RAFNA-LOGO

 Home Page
 Company Profile
 About Us
 Company History
 Product Listing
 New Design
 Sales
 News
 

535 West 3rd Street
P.O. Box 305
Berwick, PA 18603
Tel. 570-752-5901
Fax 570-752-6397

 

M-1003
Certified
Quality
Program

GandB_Catalog_Cover

Request a Catalog:


G&B_Map_sm

Directions:

Click Here for a map to give you an idea of where we are located in the Northeastern part of the state of Pennsylvania.


Drive_Layout_sm

Specialty Items:

Are you looking for a "Specialty" item? Check out our New Design Department for all your creative requests. Also check on our latest developments.


Amtrak_Train_sm

New Designs:

Are you looking for a completely new design for your particular application? How about an improvement on an existing design? Check out our Engineering Department's capabilities.

This page has been viewed,

Special_Items  

Packaged Switch Layouts
Check our selection of Switch Layouts. From standard configurations to Booster Assist Layouts and our Patented Rotary Drive Bar Setups.

Ergonomic Bow Handles
Is your Railroad prepared with the latest safety in mind?

Rotary Drive Bar
Here's a few pictures and descriptions of our Rotary Drive Bar System.

Switch Circuit Controller
Take a look at our Switch Circuit Controller.

Send Your Comments
Have a question, or a comment for us concerning a product, or this web site? E-mail the staff at G & B Specialties, Inc.
sales@gandbspecialties.com

Railgear-Pic1_small

<% ' Declare our vaiables Dim objFSO, objCountFile ' object vars for FSO and File Dim strCountFileName ' filename of count text file Dim iCount ' count variable Dim bUseImages ' boolean whether or not to use images Dim I ' standard looping var ' Determine whether we use images or plain text ' You could just set this to True or False instead bUseImages = CBool(Request.QueryString("images")) ' Compute our count file's filename ' This is based on the file from which you call count.asp ' It basically takes that name and appends a .cnt so I don't ' accidently overwrite any files. If for some reason you have ' a file named script_name.asp.cnt then change this or watch out! strCountFileName = Server.MapPath(Request.ServerVariables("SCRIPT_NAME") & ".cnt") ' Create FileSystemObject to deal with file access Set objFSO = Server.CreateObject("Scripting.FileSystemObject") ' Open the file as a text stream (1 = ForReading, True = Create) Set objCountFile = objFSO.OpenTextFile(strCountFileName, 1, True) ' Read the current count from the file If Not objCountFile.AtEndOfStream Then ' Set value to contents of the file iCount = CLng(objCountFile.ReadAll) Else ' If no file exists or it's empty start at 0 iCount = 0 End If ' Close the file and destroy the object objCountFile.Close Set objCountFile = Nothing ' Increment the count iCount = iCount + 1 ' Overwrite existing file and get a text stream to new one Set objCountFile = objFSO.CreateTextFile(strCountFileName, True) ' Write updated count objCountFile.Write iCount ' Close the file and destroy the object objCountFile.Close Set objCountFile = Nothing ' Destroy the FSO object Set objFSO = Nothing ' We're all done with the hard part ' All that's left is to display the results If bUseImages Then ' Loop through the count integer showing each digit ' You can grab the images one at a time or get the zip ' http://www.asp101.com/samples/download/counter_imgs.zip For I = 1 to Len(iCount) ' Output the IMG tag using the right digit Response.Write "" Next 'I Else ' No image wanted just show the variable Response.Write iCount & " times." End If %> 

Since April 01, 2005

Global_Railway_Logo
 

G&B Specialties, Inc. is a subsidiary of Global Railway Industries Ltd.

 

ethics-point_logo Global Railway Industries Ltd. has selected EthicsPoint, Inc. to provide you with simple, risk-free ways to anonymously and confidentially report activities that may involve unethical or otherwise inappropriate activity or behavior in violation of Global Railway Industries Ltd. You may file a report to Global Railway Industries Ltd. on this site or by calling EthicsPoint toll-free at 1-866-294-9547.


Copyright © 2004 - 2006 . G&B Specailties, Inc.
All rights reserved.
For technical issues, contact
Webmaster.