<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var close_button 	= "yes"		// GALLERY CLOSE BUTTON ON/OFF
var slideshow_button 	= "no"		// SLIDESHOW BUTTON ON/OFF
var right_click_on	= "no"		// RIGHT CLICK PROTECTION ON
var viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE


// OTHER OPTIONS YOU CAN CHANGE


border_color		= "FFFFFF"	// PICTURE OUTLINE COLOR
var background_colors	= "FFFFFF"	// BACKROUND COLOR OF THE GALLERY POPUP

var zoom	 	= "no"		// SHOW POPUP ZOOM LINKS

var view_width 		= 640		// GALLERY POPUP WIDTH
var view_height 	= 680		// GALLERY POPUP HEIGHT

var slideshow_width 	= 600		// SLIDESHOW POPUP WINDOW WIDTH
var slideshow_height 	= 600		// SLIDESHOW POPUP WINDOW HEIGHT

var FAQ_width 		= 625		// FAQ POPUP WIDTH
var FAQ_height 		= 520		// FAQ POPUP HEIGHT

var video_width 	= 500		// VIDEO WIDTH
var video_height 	= 350		// VIDEO HEIGHT

var speed_width 	= 510		// SPEED TEST WIDTH
var speed_height 	= 460		// SPEED TEST HEIGHT

var Exc_width 		= 330		// EXCERPT POPUP WIDTH
var Exc_height 		= 140		// EXCERPT POPUP HEIGHT

var CNN_width 		= 650		// CNN POPUP WIDTH
var CNN_height 		= 600		// CNN POPUP HEIGHT

var NYSE_width 		= 675		// NYSE POPUP WIDTH
var NYSE_height 	= 600		// NYSE POPUP HEIGHT

var E_Letter_width 	= 520		
var E_Letter_height 	= 670		

var Register_width 	= 625		
var Register_height 	= 520		

var Description_width 	= 625		
var Description_height 	= 520		

var E_LetterArchives_width 	= 720	
var E_LetterArchives_height 	= 600	

var Get_VIP_Code_width 	= 300	
var Get_VIP_Code_height	= 200	

var scrollbarS 		= "1"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var faqscrollbarS 	= "1"		// TURN ON FAQ SCROLLBARS "1" FOR ON "0" FOR OFF
var vidscrollbarS 	= "0"		// TURN ON VIDEO SCROLLBARS "1" FOR ON "0" FOR OFF
var registerscrollbarS 	= "1"		// TURN ON REGISTRY SCROLLBARS "1" FOR ON "0" FOR OFF
var descriptionscrollbarS 	= "1"		// TURN ON REGISTRY SCROLLBARS "1" FOR ON "0" FOR OFF



// START POPUP CODE

function popUp(URL) {
   if (viewer == "no") {
var look='toolbar=0,scrollbars=' + scrollbarS + ',top=0,left=10,location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
}
else 
if (viewer == "yes") {
popwin=window.open("","")
}
popwin.document.open()
popwin.document.write('<html><head><title>Close Up</title>')
popwin.document.write('<link rel=StyleSheet href="Main_Style.css" type="text/css" media="screen">')
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\'You may not right mouse click this page.\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
popwin.document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="100%" ><tr><td align="center">')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#' + border_color + '" style="border-collapse:collapse"><tr><td>')
popwin.document.write('<img src="'+URL+'" name="show">')
popwin.document.write('</td></tr></table>')


// ZOOM CODE
   if (zoom == "yes") {
browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4) && (navigator.userAgent.indexOf("Windows") != -1)) {
popwin.document.write("<div id=\"ZOOM\">");
popwin.document.write("<a href=\"#\" onMouseOver=\"show.style.zoom='1.5'\" onMouseOut=\"show.style.zoom='1'\"><img src=\"picts/zoom-1.gif\" border=\"0\"></a>");
popwin.document.write("<a href=\"#\" onMouseOver=\"show.style.zoom='2.0'\" onMouseOut=\"show.style.zoom='1'\"><img src=\"picts/zoom-2.gif\" border=\"0\"></a>");
popwin.document.write("<a href=\"#\" onMouseOver=\"show.style.zoom='2.5'\" onMouseOut=\"show.style.zoom='1'\"><img src=\"picts/zoom-3.gif\" border=\"0\"></a>");
popwin.document.write("</div>");
}}



popwin.document.write('</td></tr><tr><td valign="bottom" align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="1" border="0" width="100%"><tr><td  width="50%">')
   if (close_button == "yes") {
popwin.document.write('<form style="margin: 0px"><input type="button" value="Close" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'></form>')
}
   if (slideshow_button == "yes") {
popwin.document.write('</td><td width="50%">')
popwin.document.write('<form action="slideshow.htm" style="margin: 0px"><input type="submit" value="Step through slides" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>')
}
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</body>')
popwin.document.close()
}




// START FAQ POPUP



function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + faqscrollbarS + ',left=20,top=20,location=1,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");

}


// START Registry POPUP



function popUpRegister(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + registerscrollbarS + ',left=50,top=30,location=1,statusbar=0,menubar=0,resizable=1,width='+Register_width+',height='+Register_height+'');");

}



// START Workshop Description POPUP



function popUpDescription(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + descriptionscrollbarS + ',left=75,top=30,location=1,statusbar=0,menubar=0,resizable=1,width='+Description_width+',height='+Description_height+'');");

}



// START E_LETTER POPUP

function popUp_E_Letter(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,left=5,top=5,align=top, location=0,statusbar=0,menubar=0,resizable=1,width='+E_Letter_width+',height='+E_Letter_height+'');");

}





// START RFQ POPUP

function popUp_RFQ(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,left=5,top=5,align=top, location=0,statusbar=0,menubar=0,resizable=0,width='+E_Letter_width+',height='+E_Letter_height+'');");

}



// START E_LETTER ARCHIVES POPUP

function popUp_E_LetterArchives(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,left=5,top=5,align=top, location=0,statusbar=0,menubar=0,resizable=1,width='+E_LetterArchives_width+',height='+E_LetterArchives_height+'');");

}




// START Get_VIP_Code POPUP

function popUp_Get_VIP_Code(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,left=25,top=50,align=top, location=0,statusbar=0,menubar=0,resizable=0,width='+Get_VIP_Code_width+',height='+Get_VIP_Code_height+'');");

}





// START Video POPUP

function popUp_Video(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + vidscrollbarS + ',left=20,top=20,align=middle, location=0,statusbar=0,menubar=0,resizable=0,width='+video_width+',height='+video_height+'');");

}



// START Speed Test POPUP

function popUp_SpeedTest(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + vidscrollbarS + ',left=20,top=20,align=top, location=0,statusbar=0,menubar=0,resizable=0,width='+speed_width+',height='+speed_height+'');");

}




// START CNN POPUP

function popUp_CNN(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,left=20,top=20,align=top, location=1,statusbar=0,menubar=0,resizable=1,width='+CNN_width+',height='+CNN_height+'');");

}





// START NYSE POPUP

function popUp_NYSE(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,left=20,top=20,align=top, location=1,statusbar=0,menubar=0,resizable=1,width='+NYSE_width+',height='+NYSE_height+'');");

}





// START EXCERPT POPUP



function popUp_Excerpt(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,left=510,top=350,location=0,statusbar=0,menubar=0,resizable=1,width='+Exc_width+',height='+Exc_height+'');");

}



// START SLIDESHOW POPUP CODE




function popUpSlideshow(URL) {

day = new Date();
id = day.getTime();
   if (viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'top=0,left=10,location=0,statusbar=0,menubar=0,resizable=1,toolbar=0,scrollbars=' + scrollbarS + ',location=0,s'+slideshow_width+'statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");
}
else 
if (viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}




// Start of StatCounter Code 

var sc_project=2226151; 
var sc_invisible=0; 
var sc_partition=20; 
var sc_security="5fa71ed9"; 


Document.write('src="http://www.statcounter.com/counter/counter_xhtml.js">');

Document.write('<div>');
Document.write('<a class="statcounter" href="http://www.statcounter.com/">');
Document.write('<img class="statcounter"');
document.write('src="http://c21.statcounter.com/2226151/0/5fa71ed9/0/"'); 
Document.write('alt="blog stats" /></a></div>');


// End of StatCounter Code 
}

//  End 