document.write(''); function getURLParam(strParamName){ var strReturn = ""; var strHref = window.location.href; if ( strHref.indexOf("?") > -1 ){ var strQueryString = strHref.substr(strHref.indexOf("?")).toLowerCase(); var aQueryString = strQueryString.split("&"); for ( var iParam = 0; iParam < aQueryString.length; iParam++ ){ if ( aQueryString[iParam].indexOf(strParamName.toLowerCase() + "=") > -1 ){ var aParam = aQueryString[iParam].split("="); strReturn = aParam[1]; break; } } } return unescape(strReturn); } function readCookie(name) { var nameEQ = name + '='; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function createCookie(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function replaceAll(oldStr,findStr,repStr) { var srchNdx = 0; var newStr = ""; while (oldStr.indexOf(findStr,srchNdx) != -1) { newStr += oldStr.substring(srchNdx,oldStr.indexOf(findStr,srchNdx)); newStr += repStr; srchNdx = (oldStr.indexOf(findStr,srchNdx) + findStr.length); } newStr += oldStr.substring(srchNdx,oldStr.length); return newStr; } var strHref = window.location.href; document.write(''); document.write('
'); document.write('

About UVS

Advancing UV Technology One Patent at a Time

UV Solutions (UVS) was formed in 2004 to design, develop and manufacture ultraviolet light sources. Lamps are based on proprietary technology licensed from Rutgers, the State University of New Jersey. These patented methods endow UVS with the unique ability to produce different UV wavelengths simply by changing the fill gas of its light sources.

Lamps based on UVS technology are the most efficient ultraviolet light sources in the world today. Custom lamps can be tailored to virtually any UV wavelength in the UVA, UVB, UVC, and UVD range.

In an industry fraught with toxic hazards, UVS is leading the way by producing environmentally friendly lamps that produce minimal heat and completely eliminate any use of mercury.

UVS light sources are simple in design and many lamps can operate in parallel on one proprietary DC power supply.

'); document.write('
'); document.write('');