//check to see if we are in preview mode if (typeof(lotpro_preview) == 'undefined') { lotpro_preview = '0'; } switch(lotpro_formtype) { case "Contact": lotpro_formtype = "C"; lotpro_style = "width:400px;height:250px"; break; case "Credit Application": lotpro_formtype = "F"; lotpro_style = "width:500px; height:1450px"; break; case "Trigger": lotpro_formtype = "T"; lotpro_style = "width:400px; height:300px"; break; case "Bankruptcy": lotpro_formtype = "B"; lotpro_style = "width:400px; height:300px"; break; } document.write('');