| Related sites for http://www.crmagnetics.com/ |
| British_Columbia\'s_Internet_Marketplace An online marketplace that connects the forest products, manufacturing and construction industries. Businesses can find, buy, sell and share using industry directories and the online marketplace. | | Ohip_Billing_Agents Ontario billing agents to submit claims to OHIP. | | Global_Industry_Analysts,_Inc_ Research, analyze and publish global market research reports in medical, high tech, consumer,industrial, and services markets | | Quasar_Engineering_Ltd_ A contract manufacturer of cables and PCBs. | | Supima_Association_of_America USA. Non-profit organization of US pima cotton growers. Market and crop information. Industry calendar. Link to information about pima cotton, its properties and uses. Directory of ginners, brokers an | | E-Commerce_using_the_Internet taught by Mr. Gene A. Yelle, at the State University of NY - Utica/Rome, contemporary issues and technologies used to deploy and manage an e-commerce presence for a business are covered. | | East_Florida_Chapter_of_the_Appraisal_Institute Appraisal Institute chapter website, including meeting, seminar, and course calendar/online registration as well as membership information and organizational structure. | | Squiz_Database_Development Web development of Open Source, web based content management systems with PHP databases. Providing all kinds of business IT solutions. | | Pizza_Factory Includes locations, menu, and franchising information. | | Q-par_Angus_Ltd_ Designs and manufactures microwave antennas, positioners, solutions for industry, waveguide components, filters and turnkey systems. | | Autocargo Romanian freight exchange system. Loads and trucks from all around Europe can be posted here. | | The_Best_Interiors_Magazine Published in Russian, but offers a digest in English. Includes issues and articles, editorial staff, advertising fees and contacts. | | SpecialChem_S_A_ Platform for polymer additives and masterbatches. Includes a comprehensive range of online services including: large chemicals databases, newsletters, technical articles, on-line selectors, on-line se | | KaffeeLagerei_N_H_L__Hinsch_&_Cons__(GmbH_&_Co_)_KG Offers warehouse and distribution services for green coffee companies in the Netherlands. | | National_Instruments Data acquisition hardware solutions | | ISPhone_Inc_ Wholesale voice over internet services. | | Yahoo!_Real_Estate Find consumer information including listings, the housing market, home values, neighborhood profiles, and mortgage rates. | | Verragio Leading platinum and diamond bridal jewelry designer specialized in engagement rings and wedding band sets. | | End_of_Life_Centre Processor of scrap metal from used cars. | | Grizzly\'s_Grill_N\'_Saloon Full service bar and restaurant with locations in Minnesota, North Dakota and Wisconsin. Includes menu, list of locations, and job openings. |
|
Current transducer, Current transformer, current relay, voltage transformer, current sensing
products - CR Magnetics
var rolled = false;
var activeRoot = null;
var activeCat = null;
var activesubCat = null;
var activePopUp = null;
var activePopUp2 = null;
var topicDrop = false;
//if platform is -1, then the platform is PC, if not -1, Macintosh
var platform = navigator.appVersion.indexOf("Macintosh")
var browser = navigator.appName.substr(0,9);
var Level=new Array(5);
var LevelTog=new Array(5);
var Hide = 1;
var HideCount = 0;
var CLevel = 0;
function submenuUP(lv, catname, tog)
{
//
// If the name changes hide the dialog
//
if (catname != Level[lv]) {
if (Level[lv] != null) {
HideByName(Level[lv]);
}
}
//
// clear all levels higher than this level.
//
for (var i = lv; i < 5; i++) {
if (Level[i] != null) {
HideByName(Level[i]);
}
if (LevelTog[i] != null) {
HideByName(LevelTog[i]);
}
}
//
// Turn off the tog if there is one.
//
HideByName(LevelTog[lv]);
//
// Display the popup if there is one
//
ShowByName(catname);
//
// Turn on the new toggle if present
//
ShowByName(tog);
Level[lv] = catname;
LevelTog[lv] = tog;
Hide = 0;
}
function submenuDOWN()
{
Hide = 1;
HideCount = HideCount + 1;
setTimeout('MenuTimer()', 400);
}
function MenuTimer()
{
var catname;
HideCount = HideCount - 1;
//
// If hide count is greater than 0 then there was an overlapping
// timer and we need to disregard this and try on the next event.
//
if (HideCount == 0) {
// If hide is still 1 then no has come along to turn off timer
if (Hide == 1) {
for (var i = 0; i < 5; i++){
if (Level[i] != null) {
catname = Level[i];
HideByName(catname);
}
}
for (var i = 0; i < 5; i++){
if (LevelTog[i] != null) {
catname = LevelTog[i];
HideByName(catname);
}
}
}
}
}
function HideByName(catname)
{
if (catname != null) {
if (Hide == 1) {
if(browser == "Microsoft"){
eval("document.all." + catname).style.visibility = "hidden";
}
else if (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko")){
eval("document.getElementById('" + catname +"')").style.visibility = "hidden";
}
else {
eval("document." + catname).visibility = "hidden";
}
}
}
}
function ShowByName(catname)
{
if (catname != null) {
if (Hide == 1) {
if(browser == "Microsoft"){
eval("document.all." + catname).style.visibility = "visible";
}
else if (navigator.vendor == ("Netscape6") || navigator.product == ("Gecko")){
eval("document.getElementById('" + catname +"')").style.visibility = "visible";
}
else {
eval("document." + catname).visibility = "visible";
}
}
}
}
#Category1Dropdown { position:absolute; top:180; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category2Dropdown { position:absolute; top:240; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category3Dropdown { position:absolute; top:150; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category4Dropdown { position:absolute; top:210; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category5Dropdown { position:absolute; top:300; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category6Dropdown { position:absolute; top:270; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category7Dropdown { position:absolute; top:270; left:140px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category8Dropdown { position:absolute; top:165; left:305px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category9Dropdown { position:absolute; top:184; left:305px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category10Dropdown { position:absolute; top:203; left:305px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category11Dropdown { position:absolute; top:222; left:305px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category12Dropdown { position:absolute; top:180; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category13Dropdown { position:absolute; top:199; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category14Dropdown { position:absolute; top:218; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category15Dropdown { position:absolute; top:237; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category16Dropdown { position:absolute; top:276; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category17Dropdown { position:absolute; top:256; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category18Dropdown { position:absolute; top:276; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category19Dropdown { position:absolute; top:313; left:470px; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
/*home page menus*/
#Category20Dropdown { position:absolute; top:173; left:314; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category21Dropdown { position:absolute; top:373; left:414; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category22Dropdown { position:absolute; top:373; left:314; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category23Dropdown { position:absolute; top:173; left:414; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
/*home page sub menus*/
#Category24Dropdown { position:absolute; top:189; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category25Dropdown { position:absolute; top:208; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category26Dropdown { position:absolute; top:227; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category27Dropdown { position:absolute; top:246; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category28Dropdown { position:absolute; top:465; left:585; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category29Dropdown { position:absolute; top:265; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category30Dropdown { position:absolute; top:285; left:485; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
#Category31Dropdown { position:absolute; top:264; left:585; width:180px; visibility:hidden; background-color:#D3A94D; border-left:1px solid #000000; border-top:1px solid #000000; border-right:1px solid #000000; }
.DDlink:link { padding-bottom:2px; padding-top:2px; padding-left:10px; padding-right:10px; color:black; font-family:arial; font-size:11; text-decoration:none; width:100%; border-bottom:1px solid black;}
.DDlink:visited { padding-bottom:2px; padding-top:2px; padding-left:10px; padding-right:10px; color:black; font-family:arial; font-size:11; text-decoration:none; width:100%; border-bottom:1px solid black;}
.DDlink:active { padding-bottom:2px; padding-top:2px; padding-left:10px; padding-right:10px; color:black; font-family:arial; font-size:11; text-decoration:none; width:100%; border-bottom:1px solid black;}
.DDlink:hover { padding-bottom:2px; padding-top:2px; padding-left:10px; padding-right:10px; color:white; font-family:arial; font-size:11; text-decoration:none; width:100%; border-bottom:1px solid black; background-color:#990000;}
.menulink {color:white; font-family:arial; font-size:12; font-weight:bold; height:30px; width:100%; padding-left:7px; border-bottom:1px solid #008484; padding-top:7px; text-decoration:none;}
.menulink:link {color:white;}
.menulink:visited {color:white;}
.menulink:active {color:white;}
.menulink:hover {color:red;}
Home
Site Map
Products
Distributors/Reps
Applications
Software/Links
Catalog
Contact Us
Request Quote
Search
U.S. Distributors
Worldwide Distributors
Sales Representatives
Free Software
Links
Newsletter
Press Releases
Office Talk
Selection Guide
Transducers
Relays
Current Transformers
Displays & Indicators
Application Guides
Technical Reference
Email
Phone
Mail Address
Request Quote
Search
Checkout
Help with Cart
Download
Send by Mail
Selection Guide
Current
Voltage
Power
Frequency
DATA STREAM Digital
Split Core
Selection Guide
AC Current
DC Current
Phase Loss
Ground Fault
Current Switch
Selection Guide
PCB
ANSI
Commercial
Multi-Ratio
Military Grade
3 Phase
Ground Fault
Wound Primary
Split-Core
Med Voltage
Power Metering
Selection Guide
Wire Mounted
Remote
Remote, Low Cost
Remote, Preset
Data View
DATA STREAM Digital, 1-Element
DATA STREAM Digital, 2-Element
DATA STREAM Digital, 3-Element
True RMS AC, 1-Element
True RMS AC, 2-Element
True RMS AC, 3-Element
Avg AC, 1-Element
Avg AC, 2-Element
Avg AC Amps to 0-5 V
Avg AC Amps to 4-20mA, 2 wire
Avg AC Amps to 4-20mA, 4 wire
AC/DC Amps
DC Amps
DATA STREAM Digital, 1-Phase
DATA STREAM Digital, 3-Phase 3W
DATA STREAM Digital, 3-Phase 4W
True RMS AC, 1-Phase
True RMS AC, 3-Phase
Avg AC, 1-Phase
Avg AC, 3-Phase
Avg AC, 2-Element
DC Voltage
DATA STREAM Multifunction, 1P-2W
DATA STREAM Multifunction, 3P-3W
DATA STREAM Multifunction, 3P-4W
AC Power, 1P-2W
AC Power, 3P-3W
AC Power, 3P-4W
DATA STREAM Multifunction, 1P-2W
Frequency to 4-20mA/0-5V
.27 Window
.61 Window
Multifunction, 1P-2W
Multifunction, 3P-3W
Multifunction, 3P-4W
Current, 1-Element
Current, 2-Element
Current, 3-Element
Voltage, 1P-2W
Voltage, 3P-3W
Voltage, 3P-4W
CR 4110/20S
CR 4410/20S
CR 4210S
CR 4211S
CR 4220S
CR 5210/20S
CR 5410S
Keystone Series Display
Grafix Series Display
TriView Series Display
Crystal Series Display
Selection Guide
Current
Voltage
Power
Frequency
DATA STREAM Digital
Split Core
Selection Guide
AC Current
DC Current
Phase Loss
Ground Fault
Current Switch
Selection Guide
PCB
ANSI
Commercial
Multi-Ratio
Military Grade
3 Phase
Ground Fault
Wound Primary
Split-Core
Med Voltage
Power Metering
Selection Guide
Wire Mounted
Remote
Remote, Low Cost
Remote, Preset
Data View
DATA STREAM Digital, 1-Element
DATA STREAM Digital, 2-Element
DATA STREAM Digital, 3-Element
True RMS AC, 1-Element
True RMS AC, 2-Element
True RMS AC, 3-Element
Avg AC, 1-Element
Avg AC, 2-Element
Avg AC Amps to 0-5 V
Avg AC Amps to 4-20mA, 2 wire
Avg AC Amps to 4-20mA, 4 wire
AC/DC Amps
DC Amps
DATA STREAM Digital, 1-Phase
DATA STREAM Digital, 3-Phase 3W
DATA STREAM Digital, 3-Phase 4W
True RMS AC, 1-Phase
True RMS AC, 3-Phase
Avg AC, 1-Phase
Avg AC, 3-Phase
Avg AC, 2-Element
DC Voltage
DATA STREAM Multifunction, 1P-2W
DATA STREAM Multifunction, 3P-3W
DATA STREAM Multifunction, 3P-4W
AC Power, 1P-2W
AC Power, 3P-3W
AC Power, 3P-4W
DATA STREAM Multifunction, 1P-2W
Frequency to 4-20mA/0-5V
.27 Window
.61 Window
Multifunction, 1P-2W
Multifunction, 3P-3W
Multifunction, 3P-4W
Current, 1-Element
Current, 2-Element
Current, 3-Element
Voltage, 1P-2W
Voltage, 3P-3W
Voltage, 3P-4W
CR 4110/20S
CR 4410/20S
CR 4210S
CR 4211S
CR 4220S
CR 5210/20S
CR 5410S
Keystone Series Display
Grafix Series Display
TriView Series Display
Crystal Series Display
Split Core Transducers
DataView Series Displays
TRANSDUCERS
Split Core,Current,
Voltage, Power
and Frequency
HALL SENSORS
Hall Effect DC Current Sensors
PRODUCTS
Main Selection Guide
CR
MAGNETICS SENSING SOLUTIONS
Transducers
Current
Transformers
Displays & Indicators
Relays
UPCOMING EVENTS
Expert engineering service.
CR MAGNETICS, INC.
3500 Scarlet Oak Blvd, St.
Louis, MO 63122 USA
Phone: 636.343.8518 Fax: 636.343.5119
Email: sales@crmagnetics.com
See
us in:
©2002
CR Magnetics, Inc.
This site viewed best with Internet Explorer 4.0 or better,
Netscape 3.0 or better with Java Enabled.
Display set for 800 by 600 pixels, 256 colors or higher.
Site maintenance and database integration by AppointLink.
Site hosted by First Class Solutions.
|
|