SP8DBS FEATURES
• Lifetime Product Warranty*
• $50,000 Connected
Equipment Warranty
• 8 Outlets Spaced to
Accommodate Transformers
• EMI/RFI Noise Filtration
• SignalPerfect™ Circuitry
Assures Protection
• Diagnostic Lights Indicate
Proper Grounding
• 6’ Power Cord Length with
Right Angle Plug
• 4 “Always On” & 4
Switched Outlets
• 3’ Coax Cord Length (2
cords included)
• 7’ Telco Cord Length (1
cord included)
2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
function amt(){
var count = GetCookie('count')
if(count == null) {
SetCookie('count','1')
return 1
}else {
var newcount = parseInt(count) + 1;
DeleteCookie('count')
SetCookie('count',newcount,exp)
return count
}
}
function getCookieVal(offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1){
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
}
function checkCount() {
var expDays = 1;
var exp = new Date();
var page = "http://www.americansatellite.com/Email_signup_form2.asp";
var windowprops = "width=400,height=350,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
var count = GetCookie('count');
exp.setTime(exp.getTime() + (expDays*24*60*60*1000));
if (count == null) {
count=1;
SetCookie('count', count, exp);
window.open(page, "", windowprops);
}else{
count++;
SetCookie('count', count, exp);
}
}
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null;
}
function exitwindow(){
if (exit){
popWin('/Exit_Survey_Pop.asp?SurveyID=1','exitsurvey',450,550,1,0,'0,top=100,left=300')
}
}
function IsPopupBlocker() {
var oWin = window.open("","testpopupblocker","width=100,height=50,top=5000,left=5000");
if (oWin==null || typeof(oWin)=="undefined") {
return true;
} else {
oWin.close();
return false;
}
}
function ShowPopupImage (iCell,iCount)
{ for (var i = 1; i <= iCount; i++){
if (i == iCell) {
document.getElementById(i).style.display = 'block';
}else{
document.getElementById(i).style.display = 'none';
}
}
}
function CheckPaymentType (selectbox,infoarea)
{
var objSelectBox = document.getElementById(selectbox)
if (objSelectBox[objSelectBox.selectedIndex].value == "9") {
document.getElementById(infoarea).style.display = 'none'
}else if (objSelectBox[objSelectBox.selectedIndex].value == "6") {
document.getElementById(infoarea).style.display = 'none'
}else{
document.getElementById(infoarea).style.display = 'block'
}
}
function ShowObject(objname,iPosition,iCount)
{
if(document.getElementById(objname + iPosition).style.display == 'block'){
iPosition = 0
}
for (var i = 1; i <= iCount; i++){
if (i == iPosition) {
document.getElementById(objname + i).style.display = 'block';
}else{
document.getElementById(objname + i).style.display = 'none';
}
}
}
function imposeAcceptedValues(textBoxName, acceptedValues)
{
var textBoxValue = document.getElementById(textBoxName).value;
for (var i = 0; i < textBoxValue.length; i++) {
if (acceptedValues.indexOf(textBoxValue.charAt(i)) == -1) {
document.getElementById(textBoxName).value = textBoxValue.replace(textBoxValue.charAt(i), "");
alert(String.fromCharCode(34) + textBoxValue.charAt(i) + String.fromCharCode(34) + " is not an accepted character within this field");
}
}
}
function IsNumeric(sText)
{
var ValidChars = "0123456789.";
var IsNumber = true;
var Char;
for (i = 0; i < sText.length && IsNumber == true; i++)
{
Char = sText.charAt(i);
if (ValidChars.indexOf(Char) == -1)
{
IsNumber = false;
}
return IsNumber;
}
}
 |
 |
What Other Customers Say: |
 |
|
 |
| “Peter utilized great listening skills and by the end of the call, it was more like I was talking to a friend than a sales representative.” - Kevin |
|
 |