| Related sites for http://www.emmarc.com/ |
| Silicon_Graphics Customers can choose how they wish to explore SGI's support services: by what is available in their geographic region; by what is offered for a specific system; or by reviewing all the support service | | US_Net,_Inc_ Multi-vendor services provider, for on-site computer hardware maintenance and installation to manufacturers, OEMs, integrators and resellers. US-wide service. | | CHILabs Cognitive psychology and human centered design: news, articles, and links, by Neil Berg. | | Computer_Gripes This site is devoted to problems experienced with computer products. | | Computer_Vision_Syndrome_(CVS) Information about CVS including causes and remedies. | | dontclick_it_-_Institute_for_Interactive_Research Demonstrates a mouse-based user interface that uses no clicks. [Flash required] | | Electronic_Performance_Support_Systems Information, articles, development tools, design gallery, books and links about designing and developing performance software. | | EServer_Technical_Communication_Library Comprehensive site offering links to articles, academic programs, journals, professional organizations and materials of importance to user interface design and other aspects related to technical commu | | For_Better_Software Different articles in the HCI field, by Sedelnikov Andrei. | | Graphical_Interfaces_to_Support_Information_Search An annotated bibliography of graphical interfaces to information retrieval systems, including 2D and 3D visualizations of query results. | | Interaction_and_Information_Design_Resources Books, articles, conferences, examples about interface design, information design, interaction design, multimedia, visual design. | | Interruptions_in_Human-Computer_Interaction Presents bibliography, research articles, news, and links. | | More_Time_People_Spend_Using_the_Internet Results of the Stanford Institute for the Quantitative Study of Society study on social impact of computer use. | | Nooface Articles, news and discussion on next-generation user interfaces. | | User_Interface_Designs Discussion of UI and interaction design. Design examples, forums, and list of related readings. | | uuslash News and views on the topic of universal usability. | | Convergence_International The non-Wintel user group, supporting Acorn, Amiga, Apple, ARM, Be, NCs, PowerPC, Psion, Unix and other alternative operating systems. Services include a non-Wintel news summary. | | How_Stuff_Works__Operating_Systems Unbiased enlightening tutorial with impartial description of how OSs work, and many related links. | | Internet_Operating_System_Counter Statistics on Internet OS use, WWW, FTP, and News servers. Over 940,000 hosts checked in this 1999 survey. | | Operating_System Growing article, with links to many related topics. Wikipedia. | | Operating_System_Sucks-Rules-O-Meter The web-based operating system quality and approval metric. | | OSNews__Exploring_the_Future_of_Computing Weblog style online magazine on operating systems and computing environments. Daily updates, reader forum with many comments. | | Advertising_on_Usenet__How_to_do_it,_How_not_to_do_it_ Explains some Usenet conventions regarding advertising to new users. | | Anti_Troll_FAQ Explains what a troll is, how to deal with trolling and discusses why people post trolls to the Usenet. | | AOL_newsgroup_FAQs Hyperlinked version of the AOL newsgroup FAQs, which are posted to news://aol.newsgroups.help every Saturday. | | Arcane_Archive_FAQ_Directory FAQs for groups in alt.magick, alt.religion, and other related groups. Covers Occultism, Mysticism, Religion, and Magic. | | The_Bincancel_FAQ Explains in detail why posting huge binaries to non-binary newsgroups is inappropriate. | | The_Cancel_FAQ Discusses what cancellation is, how it works, and the implications of cancelling messages. | | FAQ_you A small collection of various FAQs. | | Godwin\'s_Law_FAQ How to post about Nazis and get away with it -- explains "Godwin's Law". | | Moderated_Newsgroups_FAQ Newsgroup moderation methods and concepts described for new users, prospective moderators, newsgroup moderation proponents and opponents. | | net_legends_FAQ Noticeable phenomena of Usenet. Not completely factual, but as close as can be, given that in some cases the facts are known only to one person or have been lost in the mists of time. | | newzguide Introduction to Usenet with tutorials for selected news readers and file formats. | | The_Subtle_Art_of_Trolling A guide to recreational trolling that defines a troll on Usenet and explains how to create entertaining trolls using many examples. | | Usenet_References Collection of FAQs and other introductory documents about Usenet. Somewhat dated but still very useful. | | Utrecht_CS_News_Answers_FAQ_Access_Methods A searchable directory of Usenet FAQs and other periodic, informative articles, posted in the Usenet newsgroup news.answers. | | All_time_MSX Cheats for some games. | | Fudeba Well updated page with reviews of software, along with MSX news and events around the world. Also available in portuguese. | | Manuel_Bilderbeek\'s_MSX_page All about this dutch student and his MSX, including photos, program and his plan file. | | MSX_Brazilian_Team_Homepage Free software, news, hardware, magazines, emulators, MSX projects, games top ten, events, clubs, links and the MSX World Magazine Online. Weekly updated. |
|
Emmarc Ltd - Home of the KleenKard for magnetic swipe and smartcard applications.
home
· products · affiliates
· search · checkout
· contact
· webmaster  
WELCOME
mymenu = new POTMenu
// Defines the size of the main menu items, width and height
mymenu.mainmenuitemsize(137,18)
// Defines the size of the sub menu items, width and height
mymenu.submenuitemsize(152,18)
// Defines the position of the sub menus in relation to the parent
mymenu.submenuplacing(0,0)
// Images that make up the border of the main menu. Optional.
mymenu.mainborderimages("images/clearpixel.gif","images/clearpixel.gif","images/greypixel.gif","images/greypixel.gif")
// Corners of the images that make up the main menu border.
mymenu.mainbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
// Left width, right width and height of the top and bottom of the border
mymenu.mainborderdimensions(1,1,1)
// These lines are for the sub menu borders
mymenu.subborderimages("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
mymenu.subbordercorners("images/greypixel.gif","images/greypixel.gif","images/greypixel.gif","images/greypixel.gif")
mymenu.subborderdimensions(1,1,1)
// Main menu cell color
mymenu.mainmenucolor("#F0F0F0")
// Sub menu cell color
mymenu.submenucolor("#FF0000")
// Centers text for Netscape 4.7
mymenu.netscapeadjust(3,3)
// The image that is show between the main menu items
mymenu.definemainspacer("images/greypixel.gif",1)
// The image that is show between the sub menu items
mymenu.definesubspacer("images/greypixel.gif",1)
// Do you want to "hide" (SELECT menus, OBJECT tags) when in the menu
mymenu.hideobjects(true,true)
// This line is required here
mymenu.startMenu()
// Define the main menu.
mymenu.addMenu("home","O HOME", "default.asp")
mymenu.addMenu("main","O COMPANY DETAILS", "#")
mymenu.addMenu("kleen","O THE KLEENKARD", "#")
mymenu.addMenu("dataman","O DIGITAL DATA", "#")
mymenu.addMenu("affiliates","O AFFILIATES", "#")
/* */
mymenu.addMenu("products","O SHOP", "categories.asp")
mymenu.addMenu("checkout","O YOUR ORDER STATUS", "orderstatus.asp")
mymenu.addMenu("search","O SEARCH", "search.asp")
// This line is required after the main menu is defined.
mymenu.showMainMenu()
// Define the sub menus
mymenu.addSubMenu("main", "", "O ABOUT US", "about.asp")
mymenu.addSubMenu("main", "", "O TERMS-CONDITIONS", "terms.asp")
mymenu.addSubMenu("main", "", "O CONTACT", "mail.asp")
mymenu.addSubMenu("main", "", "O REQUEST FOR QUOTE", "mailto:RFQ@emmarc.com")
mymenu.addSubMenu("affiliates","","O AFFILIATES ACCOUNT", "affiliate.asp")
mymenu.addSubMenu("affiliates","","O NOTES AND PROCEDURES", "kleenkard_affiliate.asp")
// Delete these 7 lines and the corresponding lines above if you
// don't want an automatically generated popout menu.
mymenu.addSubMenu("products","products10","O KleenKards","products.asp?cat=10");
mymenu.addSubMenu("products","products12","O QA control center only","products.asp?cat=12");
mymenu.addSubMenu("kleen", "cardinfo", "O CARD INFORMATION", "")
mymenu.addSubMenu("kleen", "kard", "O THE KLEENKARD", "")
mymenu.addSubMenu("kleen", "fluid", "O CLEANING FLUID", "")
mymenu.addSubMenu("cardinfo", "", "O INTRODUCTION", "infomain.asp")
mymenu.addSubMenu("cardinfo", "", "O CRITICAL DATA", "info1a.asp")
mymenu.addSubMenu("cardinfo", "", "O QUEING EFFECT", "info1b.asp")
mymenu.addSubMenu("cardinfo", "", "O UPTIME -THROUGH PUT", "kard1a.asp")
mymenu.addSubMenu("cardinfo", "", "O THE ELEMENTS", "info1c.asp")
mymenu.addSubMenu("cardinfo", "", "O DATA LOSS", "info1d.asp")
mymenu.addSubMenu("kard", "", "O INTRODUCTION", "kardmain.asp")
mymenu.addSubMenu("kard", "", "O EASE OF USE", "kard1b.asp")
mymenu.addSubMenu("kard", "", "O APPLICATIONS", "kard1c.asp")
mymenu.addSubMenu("kard", "", "O CLIENT LED TRIALS", "kard1d.asp")
mymenu.addSubMenu("kard", "", "O PRODUCT DETAILS", "kard1e.asp")
mymenu.addSubMenu("kard", "", "O PART NUMBERS", "kard1f.asp")
mymenu.addSubMenu("kard", "", "O TICKETS", "kard1g.asp")
mymenu.addSubMenu("fluid", "", "O INTRODUCTION", "fluidmain.asp")
mymenu.addSubMenu("fluid", "", "O KEY HIGHLIGHTS", "fluid1b.asp")
mymenu.addSubMenu("fluid", "", "O HCF2001 VERSUS IPA", "fluid1c.asp")
mymenu.addSubMenu("fluid", "", "O CHECK OUTS", "fluid1d.asp")
mymenu.addSubMenu("fluid", "", "O DO NOT SCRUB", "fluid1e.asp")
mymenu.addSubMenu("dataman", "data", "O DATA MANAGEMENT", "")
mymenu.addSubMenu("dataman", "media", "O MEDIA MANAGEMENT", "")
mymenu.addSubMenu("dataman", "record", "O RECORDING MEDIA", "")
mymenu.addSubMenu("dataman", "environ", "O ENVIRONMENT", "")
mymenu.addSubMenu("data", "", "O INTRODUCTION", "dmain.asp")
mymenu.addSubMenu("data", "", "O VALUE OF DATA", "dm2.asp")
mymenu.addSubMenu("data", "", "O ARCHIVAL DATA", "dm3.asp")
mymenu.addSubMenu("data", "", "O LEGAL ADMISSIBILITY", "dm4.asp")
mymenu.addSubMenu("media", "", "O INTRODUCTION", "mmain.asp")
mymenu.addSubMenu("media", "", "O DATA TRAPS", "mm1.asp")
mymenu.addSubMenu("media", "", "O DATA DISASTER", "mm2.asp")
mymenu.addSubMenu("media", "", "O SECURITY", "mm3.asp")
mymenu.addSubMenu("media", "", "O AUTOMATION", "mm4.asp")
mymenu.addSubMenu("record", "", "O INTRODUCTION", "rmain.asp")
mymenu.addSubMenu("record", "", "O MEDIA STOCK", "rm1.asp")
mymenu.addSubMenu("record", "", "O OFF-SITE STORAGE", "rm2.asp")
mymenu.addSubMenu("record", "", "O MEDIA DECAY", "rm3.asp")
mymenu.addSubMenu("environ", "", "O INTRODUCTION", "envmain.asp")
mymenu.addSubMenu("environ", "", "O CLEAN ROOM", "env1.asp")
mymenu.addSubMenu("environ", "", "O CLINICAL CLEANING", "env2.asp")
mymenu.addSubMenu("environ", "", "O STATIC", "env3.asp")
mymenu.addSubMenu("environ", "", "O DO and DO-NOT", "env4.asp")
// This line is required after all menu definitions are finished
mymenu.showMenu()
Shopping cart
0 Product(s) in cart
Total £0.00
» Checkout
Copyright © 2008
Emmarc Ltd
Research material and content
displayed within our web site
is restricted and copyright.
"Reel World Environment"
ISBN 1 873365 004
Emmarc has brought its products & services to the media of
cards. This has generated procedures & products for the magnetic
swipe and smartcard industry and users alike. ... Contaminants
accumulate in card devices thereby causing problems for system
performance, networks, data and throughput,.
KleenKards will prevent and in many instances recover poor
system and card performance
...(more)
KleenKard #EMM101S-10
KleenKards for magnetic swipe and smart card readers in
sachets with HCF2001.
Typical uses for the "KleenKard"
Point of sale terminals.
Chip and Pin card readers and/or writers.
Vending machines.
Loyalty card systems.
Security card entry and exit systems.
Rail and Road card machines.
ATM and direct debit cash machines.
Card systems within leisure industry
Card readers within restaurant industry.
Telephone card readers.
Travel and Holiday ticket printers.
Medical card systems.
Car Park machines.
Hotel door entry keys.
PVC card printers
and many many more ............

Latest news alert:
Unlike our larger clients, where support and
services have easy access to our KleenKards We are now pleased to offer our major range of products to you via our
web store.
This makes it easy to buy, small quantities
of our KleenKard product from about anywhere around the Globe.
EMMARC Ltd
TELEPHONE
+44 (0)1462 422277
support@emmarc.com
|
|