var lpdbButtonName;
if (typeof(lpdbButtonName)=="undefined") {
		lpdbButtonName = lpUASunit + "-" + lpUASlanguage;
	}

var lpdbButtonContext = lpUAScontext;
var lpUASalternateButtonImageName;
if (typeof(lpUASalternateButtonImageName)=="undefined") {
	lpUASalternateButtonImageName = "reponline.gif";
}

function lpdbAlternateFunctionDefault() {
	window.open(lpUASimagesPath + "/" + lpUASbuttonImagesFolder + "/service_temporarily_unavailable.html"); 
}
if (typeof(lpUASalternateButtonFunction)!="undefined") {
	lpdbAlternateFunction=lpUASalternateButtonFunction;
} else {	
	lpdbAlternateFunction=lpdbAlternateFunctionDefault;
}

var lpdbRefreshRate;
if (typeof(lpdbRefreshRate)=="undefined")
	lpdbRefreshRate=-1;

var lpdbSSL;
if (typeof(lpdbSSL)=="undefined")
	lpdbSSL=true;

/* 
NOTE: Optional - Define width and height for button image 
      In the code below you may provide apple-wide button image height/width (in pixels)	
*/
if (typeof(lpdbButtonImageHeight)=="undefined" || lpdbButtonImageHeight.indexOf('<')>=0)
	lpdbButtonImageHeight = "<apple-wide button image height>";
if (typeof(lpdbButtonImageWidth)=="undefined" || lpdbButtonImageWidth.indexOf('<')>=0)
	lpdbButtonImageWidth = "<apple-wide button image width>";


