﻿<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS

// OTHER OPTIONS YOU CAN CHANGE

var Logo_width 		= "800"		// Logo POPUP HEIGHT 350
var Logo_height		= "370"		// Logo POPUP HEIGHT 300

var color		    = "999999"	// HEADER BACKGROUND COLOR = 311028
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "485"		// WIDTH OF THE FLASH (IN PIXELS) ***** was 500


// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START POPUP CODE

function popUpLogo(IMAGE, CUSTOMER, URL) {
var look='toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+Logo_width+',height='+Logo_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html><head><title>Became Customer</title>')
popwin.document.write('<style type="text/css">.style1 {font-family: Verdana;font-size: medium;}</style>')
popwin.document.write('</head><body>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#'+color+'" class="faqline"><tr><td class="headercolor">');
popwin.document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="new2">');
popwin.document.write('<PARAM NAME="movie" VALUE="FAQ.swf">');
popwin.document.write('<PARAM NAME="quality" VALUE="high">');
popwin.document.write('<PARAM NAME="wmode" VALUE="transparent">');
popwin.document.write('<PARAM NAME=bgcolor VALUE=#'+color+'>');
popwin.document.write('<EMBED src="faq.swf" quality="high" wmode="transparent" bgcolor=#'+color+' WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="faqlogo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
popwin.document.write('</tr></td></table>');
popwin.document.write('<br>')
popwin.document.write('<center>')
popwin.document.write('<TABLE cellspacing="0" cellpadding="3" border="0" width="100%" valign="top">')
popwin.document.write('<tr>')
popwin.document.write('<td bgcolor="#FFFFFF" align="center">')
popwin.document.write('<br>')
popwin.document.write('<img src="'+IMAGE+'">')
popwin.document.write('<br>')
popwin.document.write('<br>')
popwin.document.write('<p class="style1">')
popwin.document.write('Became a Valued Customer '+CUSTOMER+'')
popwin.document.write('</td></tr></table>')
popwin.document.write('<br>')
popwin.document.write('<p class="style1">')
popwin.document.write('<a target="_blank" href="http://www.'+URL+'">Click here for their website')
popwin.document.write('<br>')
popwin.document.write('<br>')
popwin.document.write('</td></tr><tr><td td bgcolor="#FFFFFF" valign="bottom" align="center">')
popwin.document.write('<br><form style="margin: 0px"><input type="button" value="Close" onClick=\'self.close()\' onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}

//  End -->
