bottomPadding = "30px"; // build up the form style attribute strings formStyle = ""; if (window.itFormWidth) { formStyle += "width:" + window.itFormWidth + ";"; } if (window.itFormBorderColor) { formStyle += "border-color:" + window.itFormBorderColor + ";"; } else { formStyle += "border-color:#8AAFD0;"; } if (window.itFormBackgroundColor) { formStyle += "background-color:" + window.itFormBackgroundColor + ";"; } else { formStyle += "background-color:#fff;"; } // ok so a BG color is set and now we overlay an image if (window.itFormBackgroundImage) { formStyle += "background-image: url(" + window.itFormBackgroundImage + ");"; formStyle += "background-position: 0 0;"; formStyle += "background-repeat: no-repeat;"; } // build up the style attribute strings fontStyle = ""; if (window.itFontColor) { fontStyle += "color:" + window.itFontColor + ";"; } else { fontStyle += "color:#333;"; } if (window.itFontSize) { fontStyle += "font-size:" + window.itFontSize + ";"; } else { fontStyle += "font-size:" + window.itFontSize + ";"; } if (window.itFontFamily) { fontStyle += "font-family:" + window.itFontFamily + ";"; } formStyle += fontStyle; // build up the select box attribute strings selectStyle = ""; if (window.itDropdownFontFamily) { selectStyle += "font-family:" + window.itDropdownFontFamily + ";"; } else { selectStyle += "font-family:Arial, Verdana, Sans-Serif;"; } if (window.itDropdownFontColor) { selectStyle += "color:" + window.itDropdownFontColor + ";"; } else { selectStyle += "color:#000;"; } if (window.itDropdownFontSize) { selectStyle += "font-size:" + window.itDropdownFontSize + ";"; } if (window.itDropdownBackgroundColor) { selectStyle += "background-color:" + window.itDropdownBackgroundColor + ";"; } // build up the button attribute strings buttonStyle = ""; if (window.itButtonFontColor) { buttonStyle += "color:" + window.itButtonFontColor + ";"; } if (window.itButtonFontSize) { buttonStyle += "font-size:" + window.itButtonFontSize + ";"; } if (window.itButtonFontFamily) { buttonStyle += "font-family:" + window.itButtonFontFamily + ";"; } if (window.itButtonWidth) { buttonStyle += "width:" + window.itButtonWidth + ";"; } itMoreInfoHTML = ""; if (window.itMoreInfoCustomHTML && itMoreInfoCustomHTML != "") { itMoreInfoHTML = itMoreInfoCustomHTML; } else if (window.itMoreInfoLink && itMoreInfoLink != "") { if (!window.itMoreInfoText) { itMoreInfoText = "More Info »"; } if (!window.itMoreInfoTarget) { itMoreInfoTarget = ""; } else { itMoreInfoTarget = " target=\"" + itMoreInfoTarget + "\""; } itMoreInfoStyle = ""; if (window.itMoreInfoFontColor) { itMoreInfoStyle += "color:" + itMoreInfoFontColor + ";"; } if (window.itMoreInfoFontSize) { itMoreInfoStyle += "font-size:" + itMoreInfoFontSize + ";"; } itMoreInfoHTML = '

' + itMoreInfoText + '

'; bottomPadding = "0"; } if (window.itAffiliateCode) { document.write('\ \ \
\ \

UK and overseas property investment education from Inside Track Seminars.

\ \

Book your free 2 hour workshop

\ \
\ \ \ \ \ \ \ \

Call 0870 121 5298

\ \
\ \
\ \ ' + itMoreInfoHTML + '\ \
\ \ \ \
'); } else { alert('You must define an Inside Track affiliate code before including the booking script'); }