Link to home
Start Free TrialLog in
Avatar of ironpen45
ironpen45

asked on

Internet Explorer finds error in collapsible panels

everything was going well then i noticed that IE8 and IE6 keep catching a JS bug, which i can't trace. it refers to the onclick triggering closing and opening all panels. your help is most appreciated. thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.01 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
a { text-decoration:none }
#outer #inner #contentwrapper0  #contentwrapper1  #contentwrapper2  #contentwrapper 3  #contentwrapper4  #contentwrapper5 .sidebarwrapper .sidebarbox .sidebar {
	color: #FFF;
}
/*tweaks march 19, 2010*/
#p7PMM_1.root_1 {width: 140px;}
#p7PMM_1.root_2 {width: 210px;}
#p7PMM_1.root_3 {width: 100px;}
#p7PMM_1.root_4 {width: 140px;}
#p7PMM_1.root_5 {width: 178px;}
#p7PMM_1.root_6 {width: 178px;}
#p7PMM_1.root_7 {width: 178px;}
#p7PMM_1.root_8 {width: 178px;}

#p7PMM_1.p7PMMh08 a {text-align: center;}
#p7PMM_1.p7PMMh08 ul ul a {text-align: left;}
#p7PMM_1.p7PMMh08 ul a.trig_open {text-align: left;}

.collapseback {
	background-image:url("../images/backgndtable200.jpg");
	background-repeat:no-repeat;
	align:center;
}

</style>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" HREF="../images/logo.ico">
<title>NJISC2010 :::: April 22-25, 2010 :::: Our Official Vendors & Sponsors!</title>	
<link href="../p7spepper/p7spepper02.css" rel="stylesheet" type="text/css" />
<!--[if lte IE 6]>
<style>
#inner, #contentwrapper0,  #contentwrapper1,  #contentwrapper2, #contentwrapper3, #contentwrapper4, #contentwrapper5, .footer ul a {zoom: 1; height: 1%; overflow: visible;} .sidebarwrapper {display: inline; width: 194px;}
</style>
<![endif]-->
<!--[if IE 6]>
<style>
.sidebarwrapper {width: 200px;}
</style>
<![endif]-->
<link rel="stylesheet" type="text/css" href="../shadowbox-build-3.0b/shadowbox.css">
<script type="text/javascript" src="../shadowbox-build-3.0b/shadowbox.js"></script>
<script src="../SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
<script src="../SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
<script src="../SpryAssets/SpryDOMUtils.js" type="text/javascript"></script>
<script type="text/javascript">
Shadowbox.init({
    language: "en",
    players:  ["img","swf","html","iframe"]
	//flashParams:	{wmode:'opaque'}
});
</script>
<script type="text/javascript">
function openShadowbox(content, player, title){
    Shadowbox.open({
        content:    content,
        player:     player,
        title:      title,
		height:      548, 
		width:       700
    });
}
</script>

<script src="../Scripts/swfobject.js" type="text/javascript"></script>
<script type="text/javascript" src="../p7pmm/p7PMMscripts.js"></script>
<link href="../p7pmm/p7PMMh15.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript">
<!--
function MM_validateForm()
          { //v4.0
              if (document.getElementById)
              {
                var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
                for (i=0; i<(args.length-2); i+=3)
                {
                  test=args[i+2];
                  val=document.getElementById(args[i]);
                  if (val)
                  {
                        nm=val.name;
                        if(val != null && test=='checked')
                        {
                              if(!val.checked)
                              errors += '- '+nm+' must be checked.\n';
                        }
                        else if ((val=val.value)!="")
                        {
                              if (test.indexOf('isEmail')!=-1)
                              {
                                    p=val.indexOf('@');
                                    if (p<1 || p==(val.length-1))
                                    errors+='- '+nm+' must contain an e-mail address.\n';
                              }
                              else if (test!='R')
                              {
                                    num = parseFloat(val);
                                    if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
                                    if (test.indexOf('inRange') != -1)
                                    {
                                          p=test.indexOf(':');
                                          min=test.substring(8,p); max=test.substring(p+1);
                                          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
                                    }
                              }
                        }
                        else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n';
                  }
                }
                if (errors) alert('The following error(s) occurred:\n'+errors);
                document.MM_returnValue = (errors == '');
              }
          }
//-->
</script>

<link href="../SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
<link href="../SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />

<script language="javascript" type="text/javascript">
function closeAll(){
      Spry.$$(".CollapsiblePanel").forEach(function(n) { window[n.id].close(); });
}
function openAll(){
      Spry.$$(".CollapsiblePanel").forEach(function(n) { window[n.id].open(); });
}
</script>


<script type="text/javascript">
function toggleBorder() {
	document.getElementById("tLOpen").style.border="2";
	document.getElementById("tLAll").style.border="2";
}
</script>


</head>

<body>

<iframe src='http://newjerseyinternationalsalsacongress.com/php/visit.php?pageviewed=vendors' style='display: none'></iframe>

<div id="outer">
	<h1>Welcome to New Jersey International Salsa Congress 2010</h1>
	<div id="inner">
    
    
<div id="masthead"> 
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="900" height="100">
        <param name="movie" value="../swf/banner.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="swfversion" value="8.0.35.0" />
        <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
        <param name="expressinstall" value="../Scripts/expressInstall.swf" />
        <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="../swf/banner.swf" width="900" height="100">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="transparent" />
          <param name="swfversion" value="8.0.35.0" />
          <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          <div>
            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
    </object>
    
    
    </div>
    <table width="900" border="0">
      <tr>
        <td width="255" align="left" valign="middle"><a href="http://www.facebook.com/pages/New-Jersey-International-Salsa-Congress/103488803456?ref=ts"><img src="../images/4273uaqa.gif" width="20" height="20" border="0" alt="follow us on facebook!" title="follow us on facebook!"/></a>&nbsp;<a href="http://www.twitter.com/njisc2010"><img src="../images/icon_twitter.gif" width="20" height="20" border="0" alt="follow us on twitter!" title="follow us on twitter!" /></a>&nbsp;<a href="http://www.myspace.com/njisc"><img src="../images/bm_myspace.gif" width="20" height="20" border="0" alt="follow us on mySpace!" title="follow us on mySpace!"/></a>&nbsp;<a href="http://themamboscene.ning.com/profile/NJInternationalSalsaCongress"><img src="../images/TMSs.gif" width="24" border="0" height="20" alt="follow us on The Mambo Scene!" title="follow us on The Mambo Scene!" /></a>&nbsp;<a href="http://www.youtube.com/user/NJISC2010"><img src="../images/youTube-iconWhite.gif" border="0" alt="follow us on YouTube!" height="20" title="follow us on YouTube!" />&nbsp;<a href="http://newjerseyinternationalsalsacongress.com/english/index.html"><img src="../images/njiscico.gif" width="41" height="20" title="Home" alt="Home" border="0" /></a></td>
        <td width="251" align="center" valign="middle"> </td>
        <td width="372" align="right" valign="middle"> <a href="../spanish/index.html"><img src="../images/countriesgifs/es.gif" width="16" height="11" border="0" alt="Spanish" title="Spanish" /></a> <a href="../french/index.html"><img src="../images/countriesgifs/fr.gif" width="16" height="11" border="0" alt="French" title="French" /></a> <a href="../japanese/index.html"><img src="../images/countriesgifs/jp.gif" width="16" height="11" border="0"alt="Japanese" title="Japanese" /></a> <a href="../english/index.html"><img src="../images/countriesgifs/US-Flag.gif" width="16" height="11" border="0" alt="English" longdesc="index.html" title="English" /></a></td>
      </tr>
</table>
    
    <div id="p7PMM_1" class="p7PMMh15">
      <ul class="p7PMM">
        <li><a href="http://newjerseyinternationalsalsacongress.com/shop/products.php?cat=5">Buy Passes!</a></li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/english/register.html">Register</a>
          <div>
            <ul>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/register.html">Register &amp; Win!</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/regperform.html">Invitation to Perform</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/future.html">The Future Stars Showcase</a></li>
            </ul>
          </div>
        </li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/english/instructors.html">Our Talent</a>
          <div>
            <ul>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/instructors.html">World-Class Instructors</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/performers.html">Our Hot Performers</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/lecturers.html">Famed Lecturers</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/djs.html">Rockin' Disc Jockeys</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/bands.html">Legendary Bands</a></li>
            </ul>
          </div>
        </li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/english/hotel.html">Hotel & Entertainment</a>
          <div>
            <ul>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/sheraton.html">Sheraton Meadowlands Hotel</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/salsavacation.html">Your Salsa Vacation!</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/firsttime.html">First Time to the Area?</a></li>
            </ul>
          </div>
        </li>
        <li><a href="">Vendors & Advertisers</a>
          <div>
            <ul>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/vendors.html">Our Vendors!</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/advertise.html">Advertise With Us!</a></li>
            </ul>
          </div>
        </li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/shop/categories.php">Online Store</a></li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/english/schedule.html">The Schedules!</a></li>
        <li><a href="http://newjerseyinternationalsalsacongress.com/english/about.html">About Us</a>
          <div>
            <ul>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/about.html">The 411 On NJISC2010!</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/promote.html">Interested in Promoting Us?</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/shop/affiliate.php">Affiliate Access</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/links.html">Affiliates &amp; Partners</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/contact.html">Contact Us</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/feedback.html">Feedback</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/faqs.html">FAQs</a></li>
              <li><a href="http://newjerseyinternationalsalsacongress.com/english/dreams.html">NJ Dancin' Dreams!</a></li>
            </ul>
          </div>
        </li>
      </ul>
      <div class="p7pmmclearfloat">&nbsp;</div>
      <!--[if lte IE 6]>
<style>.p7PMMh15 ul ul li {float:left; clear: both; width: 100%;}.p7PMMh15 {text-align: left;}.p7PMMh15, .p7PMMh15 ul ul a {zoom: 1;}</style>
<![endif]-->
      <!--[if IE 5]>
<style>.p7PMMh15, .p7PMMh15 ul ul a {height: 1%; overflow: visible !important;} .p7PMMh15 {width: 100%;}</style>
<![endif]-->
      <!--[if IE 7]>
<style>.p7PMMh15, .p7PMMh15 a{zoom:1;}.p7PMMh15 ul ul li{float:left;clear:both;width:100%;}</style>
<![endif]-->
      <script type="text/javascript">
<!--
P7_PMMop('p7PMM_1',1,0,-5,-5,0,0,2,1,0,3,0,0,0,0);
//-->
      </script>
    </div>

<div id="contentwrapper1">

      <div class="maincolumn"> 

        <div class="maincontent">

          <h1><font size="+1">The Workshops!</font></h1>
				This where you will find everything that happens each day at NJISC2010! <br><br>
                Two and a half days of the most comprehensive workshops dedicated to art and form of Salsa and other <br />
          Latin dances. With more than <font size="+1">70 hours</font> of instruction, with over <font size="+1">50 workshops and 2 intensive programs</font> from <font size="+1">33 instructors and dance studios</font>, we have have something for just about every Salsero and Salsera, as well as Bachata lovers and other Latin Dancing enthusiasts.
          
          <h2>Plan Your Days at NJISC2010!</h2>
Make the most of your learning experience by following this guide:

<p>    
    <div align="center">
        <table width="424" class="collapseback" >
            <tr>
                <td width="64" align="center" bgcolor="#FFFF00"><font color="#000000"><strong>Open</strong></font></td>
                <td align="left">
                <div id="CollapsiblePanelGroup1" class="CollapsiblePanelGroup">
                    <div iclass="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">All Levels welcome. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are generally for all levels of dancing. While starters are welcomed, we suggest that you have at least 3 continuous months of formal instruction and about 6 months of social dancing to make the most out the workshop. Some topics are general introduction with varying or increasing level of difficulty. <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>       
            </td>
            </tr>
                <td bgcolor="#0033FF" align="center"><strong>Level 1</strong></td>
                <td align="left">
                <div id="CollapsiblePanelGroup2" class="CollapsiblePanelGroup">
                    <div class="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">Starters. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are strictly for those new to Salsa. All starters are encouraged to attend these workshops as these provide solid foundations for dancing. No experience necessary, just patience and lots of energy! <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>       
                </td>
            </tr>
                <td bgcolor="#9933CC" align="center"><strong>Level 2</strong></td>
                <td align="left">
                <div id="CollapsiblePanelGroup3" class="CollapsiblePanelGroup">
                    <div class="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">Advanced Social Beginners. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are for those who have taken at least 3 continuous months of formal instruction and about 6 months of social dancing to make the most out the workshop. <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>       
                </td>
            </tr>
                <td bgcolor="#009933" align="center"><strong>Level 3</strong></td>
                <td align="left">
                <div id="CollapsiblePanelGroup4" class="CollapsiblePanelGroup">
                    <div class="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">Intermediate Social Dancers &amp; Student Performers. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are those who have performed for at least 1 year with their student team or social dancing with the proficiency beyond Level 2. Formal instruction experience varies as well as social dancing. <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>
                </td>
            </tr>
                <td bgcolor="#FF6600" align="center"><strong>Level 4</strong></td>
                <td align="left">
                <div id="CollapsiblePanelGroup5" class="CollapsiblePanelGroup">
                    <div class="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">Advanced Social Dancers &amp; Semi-Professionals. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are those who have performed for at least 1 year in their semi-pro team or social dancing with the proficiency beyond Level 3. Formal instruction experience varies as well as social dancing. <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>       
                </td>
            </tr>
                <td bgcolor="#FF0000" align="center"><strong>Level 5</strong></td>
                <td align="left">
                <div id="CollapsiblePanelGroup6" class="CollapsiblePanelGroup">
                    <div class="CollapsiblePanel">
                            <div class="CollapsiblePanelTab" tabindex="0">Die Hards &amp; Professional Dancers. <font color="#FFFF00">More...</font></div>
                            <div class="CollapsiblePanelContent">These workshops are for.... Well, if we have to tell you, then you need a reality check! These are guaranteed to challenge you like never before. <a href="http://newjerseyinternationalsalsacongress.com/english/contact.html"><u>Contact us</u></a> if you have any questions.</div>
                    </div>
                </div>       
                </td>
            </tr>
            <tr>
                <td colspan="2" align="right"><a href="javascript: void;" onclick="cp1.openAllPanels();cp2.openAllPanels();cp3.openAllPanels();cp4.openAllPanels();cp5.openAllPanels();cp6.openAllPanels();"><font size="-2"><strong>Open All  | </strong></font></a><a href="javascript: void;" onclick="cp1.closeAllPanels();cp2.closeAllPanels();cp3.closeAllPanels();cp4.closeAllPanels();cp5.closeAllPanels();cp6.closeAllPanels();"><font size="-2"><strong>Close All</strong></font></a></td>
            </tr>
        </table>   
    </div> 
</p>
                Whether you are a seasoned professional, a semi-professional dancer, an aspiring student performance artist, a hardcore Salsero or Salsera or just starting out, our workshops are sure to fulfill your craving to learn and improve!<br><br>
                Choose <a href="http://newjerseyinternationalsalsacongress.com/shop/products.php?cat=18" title="Buy your Day Passes!" target="_self"><font color="#FFFF00"><u>1, 2 or all 3 days</u></font></a> of the best instruction anywhere on this planet!

			<p><img src="../images/instructorsbar2.jpg" width="655" height="50" alt="--" /></p>

		  <h2>Friday, April 23, 2010</h2>
				Highlights of the Day: Day 1 of <strong>Griselle Ponce's Ladies Immersion Program</strong> and the <strong>New Jersey's Instructors Showcase</strong>! Friday's the day where it all begins. Let Garry, Yesenia and Jesse get your started for the hottest dancing anywhere or polish your image on the floor... and believe me... a lot of us need a lot of polishing!
<p>
<!--Start Friday//-->
<table width="80%" border="0" cellpadding="0">
	<tr align="left">
    	<td>
        	<table id="tLOpenTab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FF0000'" onmouseout="this.style.backgroundColor='#FFFF00'">
                <td id="tLOpenTd" valign="middle" align="center" bgcolor="#FFFF00" width="0%"><a href="javascript: void;"><font color="#000000" size="-2"><strong>Open</strong></font></a></td>
            </table>    
        </td>        
    	<td>
        	<table id="tLLevel1Tab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#0033FF'">
                <td id="tLLevel1Td" valign="middle" align="center" bgcolor="#0033FF" width="0%"><a href="javascript: void;"><font size="-2"><strong>Level 1</strong></font></a></td>
            </table>    
        </td>        
    	<td>
        	<table id="tLLevel2Tab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#9933CC'">
                <td id="tLLevel2Td" valign="middle" align="center" bgcolor="#9933CC" width="0%"><a href="javascript: void;"><font size="-2"><strong>Level 2</strong></font></a></td>
            </table>    
        </td>        
    	<td>
        	<table id="tLLevel3Tab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#009933'">
                <td id="tLLevel3Td" valign="middle" align="center" bgcolor="#009933" width="0%"><a href="javascript: void;"><font size="-2"><strong>Level 3</strong></font></a></td>
            </table>    
        </td>  
    	<td>
        	<table id="tLLevel4Tab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#FF6600'">
                <td id="tLLevel4Td" valign="middle" align="center" bgcolor="#FF6600" width="0%"><a href="javascript: void;"><font size="-2"><strong>Level 4</strong></font></a></td>
            </table>    
        </td>  
    	<td>
        	<table id="tLLevel5Tab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#FF0000'">
                <td id="tLLevel5Td" valign="middle" align="center" bgcolor="#FF0000" width="0%"><a href="javascript: void;"><font size="-2"><strong>Level 5</strong></font></a></td>
            </table>    
        </td> 
    	<td>
        	<table id="tLLevelPWTab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#666666'">
                <td id="tLLevelPWTd" valign="middle" align="center" bgcolor="#666666" width="0%"><a href="javascript: void;"><font size="-2"><strong>Partnerwork</strong></font></a></td>
            </table>    
        </td>
    	<td>
        	<table id="tLLevelStyTab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#336666'">
                <td id="tLLevelStyTd" valign="middle" align="center" bgcolor="#336666" width="0%"><a href="javascript: void;"><font size="-2"><strong>Footwork or Styling</strong></font></a></td>
            </table>    
        </td> 
    	<td>
        	<table id="tLLevelAllTab" width="100%" bordercolor="#FFFFFF" border="0" onmouseover="this.style.backgroundColor='#FFFFFF'" onmouseout="this.style.backgroundColor='#006666'">
                <td id="tLLevelAllTd" valign="middle" align="center" bgcolor="#006666" width="0%"><a href="javascript: void;"><font size="-2"><strong>Show All</strong></font></a></td>
            </table>    
        </td>        
    </tr>
</table>
<table  width="100%" border="0" cellpadding="0" background="../images/backgndtable672.gif">
	<tr align="left">
	    		<td bgcolor="#006666" bordercolor="006666">
	         	<table width="100%" cellpadding="2">
	                 <td width="11%" valign="middle" align="center">Time</td>
	                 <td width="17%" valign="middle" align="center">Theatre</td>
	                 <td width="17%" valign="middle" align="center">Dance Hall 1</td>
	                 <td width="17%" valign="middle" align="center">Dance Hall 2</td>
	                 <td width="17%" valign="middle" align="center">Dance Hall 3</td>
	                 <td width="17%" valign="middle" align="center">Dance Hall 4</td>
	         	</table>
	         </td>
	   </tr>
   <tr align="left" valign="top">
<td colspan="6">
<table width="100%" cellpadding="3"  style="line-height:1.25">
                 <td width="11%" valign="middle"><font size="-1">3:00PM - 4:00PM</font></td>
                 <td width="17%" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="17%" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 1&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FA1" width="17%" valign="top"><font size="-1"><u>Garry Portugal</u><br />&quot;Easy Men's Styling &amp; Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FB1" width="17%" valign="top"><font size="-1"><u>Yesenia Peralta</u><br>&quot;Ladies Sexy Styling & Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FC1" width="17%" valign="top"><font size="-1"><u>Jesse Yip</u><br />
                 &quot;Mambo Maneuvers! Easy &amp; Essential Partnerwork On 2&quot;&nbsp;<sup>b</sup></font>
                 <br>
                 <font color="#FFFF00">More to come</font>...</td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top" bgcolor="#666666" bordercolor="666666">
<td colspan="6" bgcolor="#666666" bordercolor="666666">

<table width="100%" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="11%" valign="middle"><font size="-1">4:00PM - 5:00PM</font></td>
                 <td id="FA2" width="17%" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="17%" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 1&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FA2" width="17%" valign="top"><font size="-1"><u>Garry Portugal</u><br />&quot;Easy Men's Styling &amp; Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FB2" width="17%" valign="top"><font size="-1"><u>Yesenia Peralta</u><br>&quot;Ladies Sexy Styling & Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FC2" width="17%" valign="top"><font size="-1"><u>Jesse Yip</u><br />
                 &quot;Mambo Maneuvers! Easy &amp; Essential Partnerwork On 2&quot;&nbsp;<sup>b</sup></font>
                 <br>
                 <font color="#FFFF00">More to come</font>...</td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
<td colspan="6">
<table width="100%" cellpadding="3" style="line-height:1.25">
                 <td width="11%" valign="middle"><font size="-1">5:00PM - 6:00PM</font></td>
                 <td width="17%" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="17%" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 1&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FA3" width="17%" valign="top"><font size="-1"><u>Garry Portugal</u><br />&quot;Easy Men's Styling &amp; Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FB3" width="17%" valign="top"><font size="-1"><u>Yesenia Peralta</u><br>&quot;Ladies Sexy Styling & Flava&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come</font>...</td>
                 <td id="FC3" width="17%" valign="top"><font size="-1"><u>Jesse Yip</u><br />
                 &quot;Mambo Maneuvers! Easy &amp; Essential Partnerwork On 2&quot;&nbsp;<sup>b</sup></font>
                 <br>
                 <font color="#FFFF00">More to come</font>...</td>
         	</table>
         </td>
   </tr>
 <tr align="left" valign="top" bgcolor="#666666" bordercolor="666666">
<td colspan="6">
<table width="100%" cellpadding="3" bgcolor="#006666" bordercolor="006666" style="line-height:1.40">
                       <td width="11%" valign="top"><font size="-2"><sup>a</sup>prior registration required, absolutely no walk ins. <sup>b</sup>identical or similar material on all hourly sessions.<br>All workshop schedules and content subject to changes without notice. Please bookmark or visit this page regularly for up to the minute status prior to NJISC2010, and monitor boards during NJISC2010. All workshops are inclusive in price and cannot be purchased separately.</font></td>
        	  </table>
   		</td>
</tr>
</table>  
<!--End Friday//-->
</p>
		  <p><img src="../images/instructorsbar3.jpg" width="655" height="50" alt="--" /></p>

		<h2>Saturday, April 24, 2010</h2>
			Highlights of the Day: <strong>Griselle Ponce's Ladies Immersion Program Day</strong> and the <strong>METAMovements Accelerated Salsa &amp; Mambo Program</strong>, <strong>Jazzy Dance Company's Timing Transitional Timing Workshop</strong>, workshops for every level and interest and the <strong>NJISC2010's Multimedia Show on History of Mambo & the Palladium Era by Barbara Craddock</strong>!

<!--Start Saturday//-->
<table width="80%" border="0" cellpadding="0">
	<tr align="left">
    	<td>
        	<table id="tLOpenBox" width="100%" bordercolor="#FFFFFF" border="0">
                <td id="tLOpen" valign="middle" align="center" bgcolor="#FFFF00" width="0%" onclick="toggleBorder"><font color="#000000" size="-2"><strong>Open</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#0033FF" width="0%"><font size="-2"><strong>Level 1</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#9933CC" width="0%"><font size="-2"><strong>Level 2</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#009933" width="0%"><font size="-2"><strong>Level 3</strong></font></td>
            </table>    
        </td>  
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#FF6600" width="0%"><font size="-2"><strong>Level 4</strong></font></td>
            </table>    
        </td>  
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#FF0000" width="0%"><font size="-2"><strong>Level 5</strong></font></td>
            </table>    
        </td> 
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#666666" width="0%"><font size="-2"><strong>Partnerwork</strong></font></td>
            </table>    
        </td>
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#336666" width="0%"><font size="-2"><strong>Footwork or Styling</strong></font></td>
            </table>    
        </td> 
    	<td>
        	<table id="tLAll" width="100%" bordercolor="#FFFFFF" border="2">
                <td valign="middle" align="center" bgcolor="#006666" width="0%" onclick="toggleBorder"><font size="-2"><strong>Show All</strong></font></td>
            </table>    
        </td>        
    </tr>
</table><table  width="655" border="0" cellpadding="0" background="../images/backgndtableFull.jpg">
	<tr align="left">
	    		<td bgcolor="#006666" bordercolor="006666">
	         	<table width="655" cellpadding="2">
	                 <td width="67" valign="middle" align="center">Time</td>
	                 <td width="106" valign="middle" align="center">Theatre</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 1</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 2</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 3</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 4</td>
	         	</table>
	         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3"  style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">8:00AM - 10:00AM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 2&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">10:00AM - 11:00AM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 2&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Lázaro Izquierdo Gómez &amp; Anne Kvaale</u><br />
                   &quot;Columbia: the Essentials of Rumba Cubana!&quot; Levels 4 &amp; 5&nbsp;</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Gina LIccardo</u><br />
                   &quot;Performer's Edge: Achieving Peak Performance Through Massage Therapy&quot;&nbsp; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">11:00AM - 12:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Super Mario</u><br />
                   The Challenger Series: &quot;Super Duper Combinations &amp; Complex Turn Patterns for the  Advanced Dancer Part 1&quot; Levels 4 &amp; 5</font><br>
                   <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#00FFFF"><u>METAMovements</u><br />
                 &quot;Accelerated Salsa &amp; Mambo Program&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Azucena Pérez &amp; Carlos Léon</u><br />
                   &quot;On 1 to On 2: A Visual &amp; Transitional Workshop with Salsa Grooves&quot; All Levels</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Katie &amp; Frederic</u><br />
                   &quot;Classical Cuban: Essentials of Cuban Dancing Miami Style&quot;</font>
                 Levels 2 &amp; 3<br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">12:00PM - 1:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Super Mario</u><br />
                   &quot;Super Combinations for the Socially Conscientious Dancer&quot; Levels 2 &amp; 3&nbsp;</font><br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#00FFFF"><u>METAMovements</u><br />
                 &quot;Accelerated Salsa &amp; Mambo Program&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Alejandro Bouza</u><br />
                   &quot;Rueda de Casino Part 1: The Basics of Salsa Group Dancing!&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Junior &amp; Emily Alabi</u><br />
                   &quot;Competitor's Edge: Techniques for Rehearsal &amp; Performance Part 1&quot; Levels 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">1:00PM - 2:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Eddie Torres</u><br />
                   &quot;Cha-Cha-Cha: the Other Mambo Dance!&quot; Shines &amp; Other Fancy Footwork, Levels 2 &amp; 3&nbsp;</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#00FFFF"><u>METAMovements</u><br />
                 &quot;Accelerated Salsa &amp; Mambo Program&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Andy &quot;Lyrik&quot; Cruz</u><br />
                   &quot;Chicago-style On 2 Footwork: Techniques to Elevate Your Shines, Excerpts from DVD&quot; Levels 3 &amp; 4</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Jayson Molina</u><br />
                   &quot;The Challenger Series: Super Advanced Footwork &amp; Routines&quot; Levels 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">2:00PM - 3:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Eddie Torres</u><br />
                   &quot;The Mambo Show: Original &amp; Enhanced Partnerwork&quot; Levels 2 &amp; above&nbsp;</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#00FFFF"><u>METAMovements</u><br />
                 &quot;Accelerated Salsa &amp; Mambo Program&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Alejandro Bouza</u><br />
                   &quot;Rueda de Casino Part 2: Now the Fun Begins!&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Angel Ortiz</u><br />
                   &quot;The Challenger Series: Super Advanced Footwork &amp; Mirror Routines On 1 and On 2&quot; Levels 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">3:00PM - 4:00PM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Show Setup</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#00FFFF"><u>METAMovements</u><br />
                 &quot;Accelerated Salsa &amp; Mambo Program&quot;&nbsp;<sup>b</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Lázaro Izquierdo Gómez &amp; Anne Kvaale</u><br />
                   &quot;Guaguancó: the Essentials of Rumba Cubana!&quot; Levels 3 &amp; Above</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Joe Figueroa</u><br />
                   &quot;Bachateame Mama!: How to Move n' Groove Dominican Style!&quot; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="left" valign="top"><u>Marcus Nieves</u><br>
                   &quot;Crossbody Leads: Improving the CBL &amp; Variations of Leads&quot; Levels 2 &amp; 3
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">4:00PM - 5:00PM</font></td>
                 <td width="106" valign="middle"><font size="-1">NJISC2010's Multimedia Show: <strong>&quot;The Palladium Era &amp; the History of Mambo&quot;</strong> by <u>Barbara Craddock</u>&nbsp;<sup>b</sup></font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">5:00PM - 6:00PM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Show Setup</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Magna Gopal</u><br />
                   &quot;I Wanna Spin Like You! Spinning Techniques Excerpts from the DVD&quot; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Joel Domínguez</u><br />
                   &quot;Fancy Armwork: Complex Turn Patterns Made Easy&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Talía Castro-Pozo &amp; Lee Van Bradley</u><br />
                   &quot;Performer's Edge: Methods on How to Bring &amp; Improve Your Presence On Stage&quot; Levels 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top" bgcolor="#666666" bordercolor="666666">
		<td colspan="6">
			<table width="100%" cellpadding="3" bgcolor="#006666" bordercolor="006666" style="line-height:1.40">
            	<td width="11%" valign="top"><font size="-2"><sup>a</sup>prior registration required, absolutely no walk ins. <sup>b</sup>prior purchase strongly recommended.<br>
            	<sup>1</sup>Use of Dance Halls for private instruction rented on first come first served basis, by appointment only and $20.00 rental fee.<br>
            	All workshop schedules and content subject to changes without notice. Please bookmark or visit this page regularly for up to the minute status prior to NJISC2010, and monitor boards during NJISC2010. All workshops are inclusive in price and cannot be purchased separately.</font>
                </td>
        	</table>
   		</td>
   </tr>
</table>
<!--End Saturday//-->

          <p><img src="../images/regpeform4.jpg" width="655" height="50" alt="--" /></p>
          
		  <h2>Sunday, April 25, 2010</h2>
				Highlights of the Day: <strong>Griselle Ponce's Ladies Immersion Program Day</strong>, <strong>Jazzy Dance Company's Timing Transitional Timing Workshop</strong>, even <font size="+2">more</font> workshops for every level and interest and the <strong>NJISC2010's Multimedia Show on the Salsa Explosion &amp; the Fania Era by Mr. Salsa himself, Izzy Sanabria</strong>!

<!--Start Sunday//-->
<table width="80%" border="0" cellpadding="0">
	<tr align="left">
    	<td>
        	<table id="tLOpenBox" width="100%" bordercolor="#FFFFFF" border="0">
                <td id="tLOpen" valign="middle" align="center" bgcolor="#FFFF00" width="0%" onclick="toggleBorder"><font color="#000000" size="-2"><strong>Open</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#0033FF" width="0%"><font size="-2"><strong>Level 1</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#9933CC" width="0%"><font size="-2"><strong>Level 2</strong></font></td>
            </table>    
        </td>        
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#009933" width="0%"><font size="-2"><strong>Level 3</strong></font></td>
            </table>    
        </td>  
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#FF6600" width="0%"><font size="-2"><strong>Level 4</strong></font></td>
            </table>    
        </td>  
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#FF0000" width="0%"><font size="-2"><strong>Level 5</strong></font></td>
            </table>    
        </td> 
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#666666" width="0%"><font size="-2"><strong>Partnerwork</strong></font></td>
            </table>    
        </td>
    	<td>
        	<table width="100%" bordercolor="#FFFFFF" border="0">
                <td valign="middle" align="center" bgcolor="#336666" width="0%"><font size="-2"><strong>Footwork or Styling</strong></font></td>
            </table>    
        </td> 
    	<td>
        	<table id="tLAll" width="100%" bordercolor="#FFFFFF" border="2">
                <td valign="middle" align="center" bgcolor="#006666" width="0%" onclick="toggleBorder"><font size="-2"><strong>Show All</strong></font></td>
            </table>    
        </td>        
    </tr>
</table><table  width="655" border="0" cellpadding="0" background="../images/backgndtableFull.jpg">
	<tr align="left">
	    		<td bgcolor="#006666" bordercolor="006666">
	         	<table width="655" cellpadding="2">
	                 <td width="67" valign="middle" align="center">Time</td>
	                 <td width="106" valign="middle" align="center">Theatre</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 1</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 2</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 3</td>
	                 <td width="106" valign="middle" align="center">Dance Hall 4</td>
	         	</table>
	         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3"  style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">8:00AM - 10:00AM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 2&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">10:00AM - 11:00AM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Tech<br>Rehearsals</font></td>
                 <td width="106" valign="top" bgcolor="#000000"><font size="-1" color="#FF99FF"><u>Griselle Ponce</u><br>&quot;Ladies Immersion Program&quot;<br />
                 Day 2&nbsp;<sup>a</sup></font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Grace Badillo</u><br>
                   &quot;Ouch! What's Wrong With My Shoes? The 411 on Buying Dance Shoes and Caring for Them&quot; All Levels</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Gina Liccardo</u><br>
                 &quot;Recovery Techniques for Performers &amp; High Gear Dancers: Self Massages &amp; Methods for Longevity &amp; Improved Performance&quot; Levels 3 &amp; Above</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">11:00AM - 12:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Eddie Torres</u><br>
                   &quot;The Challenger Series: Cha-Cha-Cha, the Other Mambo Dance! More Shines &amp; Even Fancier Footwork&quot; Levels 3 &amp; Above</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Yesenia Selier</u><br>
                   &quot;Afro Cuban Flavors: Adding Feeling &amp; Movement to Your Everyday Social Dancing Part 1&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Marcus Nieves</u><br>
                   &quot;Variations of Classic Mambo Shines&quot; Levels 1 &amp; 2</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>METAMovements</u><br>
                   &quot;The Wow Factor: How to Use Lifts &amp; Tricks in Your Performances&quot; Levels 4 &amp; 5</font><br>
                   <font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">12:00PM - 1:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Eddie Torres</u>&quot;The Mambo Show: More Original &amp; Enhanced Partnerwork w/Excerpts from the House of Dance&quot; Levels 3 &amp; Above</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Alfred Peña</u><br>&quot;Tips from the Top: How to Improve Your Partnerwork&quot; Levels 1 &amp; 2</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Junior &amp; Emily Alabi</u><br>&quot;Competitor's Edge: Techniques for Rehearsal &amp; Performance Part 2&quot; Level 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Kimberly Rivera</u><br>
                   &quot;Help Me I Can't Follow! Techniques &amp; Tips to Become a Great Follower&quot; Level 1</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Azucena Pérez &amp; Carlos Léon</u><br />
                   &quot;On 2 to On 1: A Visual &amp; Transitional Workshop with Salsa Grooves&quot; All Levels</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">1:00PM - 2:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Super Mario</u><br>&quot;Super Combinations: Turn Patterns for the Socially Conscientious Dancer Part 2&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Jimmy Anton</u><br>&quot;Pachangero! The Essentials for Pachanga Footwork&quot; Levels 2 &amp; Above</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Vittico La Magia</u><br>&quot;The Challenger Series: Enhanced Mambo Turn Patterns Bronx Style!&quot; Level 3 &amp; 4</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Noel Rodríguez</u><br>
                   &quot;Beyond the Suzy Q: Adding More Shines to My Basic Repertoire&quot; Levels 1 &amp; 2</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;<sup>1</sup></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">2:00PM - 3:00PM</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Super Mario</u>&quot;The Challenger Series: Super Duper Combinations: Complex Turn Patterns for the  Advanced Dancer Part 2&quot; Levels 4 &amp; 5</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Smiling David</u><br>&quot;Pzazz Style: Pachanga Inspired On 2 Partnerwork&quot; Levels 3 &amp; 4</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Katie &amp; Frederic</u><br>&quot;Cuban + Mambo: Cuban Dance Inspired Mambo On 2 Partnerwork for Everyday Dancing&quot; Levels 2 &amp; 3</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Talía Castro-Pozo &amp; Lee Van Bradley</u><br>&quot;Syncopation &amp; Split Steps: the Essentials for Enjoyable Cha-Cha-Cha Dancing&quot; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" align="center" valign="middle" bgcolor="#000000"><font size="-1">Closed for Privates&nbsp;</td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">3:00PM - 4:00PM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Show Setup</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Andy &quot;Lyrik&quot; Cruz</u><br />
                   &quot;Lyrikal Partnerwork - Fluid Turn Patterns&quot; Levels 3 &amp; 4</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Jayson Molina</u><br>&quot;The Challenger Series: Performance Grade Partnerwork&quot; Levels 4 &amp; 5</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><p><font size="-1"><u>Barbara Craddock</u><br>&quot;Feel the Rhythm: How to Dance to the Clave Without Counting! All Levels</font>
                     <br>
                    <font color="#FFFF00">More to come...</font></p></td>
                 <td width="106" valign="top"><font size="-1"><u>Joe Figueroa</u><br>&quot;Bachateame Otra Vez!: More Bachata Moves n' Grooves Dominican Style!&quot; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" bgcolor="#339999" bordercolor="#339999" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">4:00PM - 5:00PM</font></td>
                 <td width="106" valign="middle"><font size="-1">NJISC2010's Multimedia Show: <strong>&quot;The Fania Era &amp; the  Salsa Explosion of the 1970s&quot;</strong> by Mr. Salsa himself, <u>Izzy Sanabria</u>!&nbsp;<sup>b</sup></font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Multimedia<br />Show</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top">
		<td colspan="6">
			<table width="655" cellpadding="3" style="line-height:1.25">
                 <td width="67" valign="middle"><font size="-1">5:00PM - 6:00PM</font></td>
                 <td width="106" valign="middle" align="center" bgcolor="#000000"><font size="-1">Closed for<br>Show Setup</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Magna Gopal</u><br />
                   &quot;Moving to the Music: My Interpretation of Musicality&quot; All Levels</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Kimberly Rivera</u><br />
                   &quot;Now I Can Follow!: Techniques &amp; Tips to Become Even a Better Follower&quot; Level 1 &amp; 2</font>
                 <br><font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Yesenia Selier</u><br />
                   &quot;Afro Cuban Flavors: Adding Feeling &amp; Movement to Your Everyday Social Dancing Part 2&quot; Levels 3 &amp; 4</font>
                 <br>
                 <font color="#FFFF00">More to come...</font></td>
                 <td width="106" valign="top"><font size="-1"><u>Victor Mayovanex</u><br />
                   &quot;The Challenger Series Karisma Style: Performance Inspired On 2 Partnerwork.&quot; Levels 3 &amp; 4</font>
                 <br><font color="#FFFF00">More to come...</font></td>
         	</table>
         </td>
   </tr>
   <tr align="left" valign="top" bgcolor="#666666" bordercolor="666666">
		<td colspan="6">
			<table width="100%" cellpadding="3" bgcolor="#006666" bordercolor="006666" style="line-height:1.40">
            	<td width="11%" valign="top"><font size="-2"><sup>a</sup>prior registration required, absolutely no walk ins. <sup>b</sup>prior purchase strongly recommended.<br>
            	<sup>1</sup>Use of Dance Halls for private instruction rented on first come first served basis, by appointment only and $20.00 rental fee.<br>
            	All workshop schedules and content subject to changes without notice. Please bookmark or visit this page regularly for up to the minute status prior to NJISC2010, and monitor boards during NJISC2010. All workshops are inclusive in price and cannot be purchased separately.</font>
                </td>
        	</table>
   		</td>
   </tr>
</table>
<!--End Sunday//-->

        <p><img src="../images/barVendors3.jpg" width="655" height="40" /></p>


          <h2>Thank you very much for visiting our website and for your interest in NJISC2010!</h2>
   		<h2>We hope to see you at the Sheraton Meadowlands Hotel in April 2010!</h2>          

          </div>
      </div>
      
      <div class="sidebarwrapper">
      	<div class="sidebarbox">
           <div class="sidebar">
           <font color="#FFFFFF">Visit our Vendors &amp; Advertisers</font>
           <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="183" height="100" id="FlashID5" title="Visit our Vendors &amp; Sponsors">
             <param name="movie" value="../swf/randomVendors.swf" />
             <param name="quality" value="high" />
             <param name="wmode" value="opaque" />
             <param name="swfversion" value="8.0.35.0" />
             <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
             <param name="expressinstall" value="../Scripts/expressInstall.swf" />
             <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
             <!--[if !IE]>-->
             <object type="application/x-shockwave-flash" data="../swf/randomVendors.swf" width="183" height="100">
               <!--<![endif]-->
               <param name="quality" value="high" />
               <param name="wmode" value="opaque" />
               <param name="swfversion" value="8.0.35.0" />
               <param name="expressinstall" value="../Scripts/expressInstall.swf" />
               <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
               <div>
                 <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                 <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
               </div>
               <!--[if !IE]>-->
             </object>
             <!--<![endif]-->
           </object>
          </div>
        </div>
	    
        <div class="sidebarbox">
          <div class="sidebar">
	         <font color="#FFFFFF">What's New at NJISC2010!</font>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="183" height="130" align="absmiddle" id="FlashID2" title="What's News at NJISC2010!">
              <param name="movie" value="../swf/newsscroller.swf" />
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="8.0.35.0" />
              <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
              <!--[if !IE]>-->
              <object data="../swf/newsscroller.swf" type="application/x-shockwave-flash" width="183" height="130" align="absmiddle">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <param name="swfversion" value="8.0.35.0" />
                <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                  <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                  <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
                </div>
                <!--[if !IE]>-->
              </object>
              <!--<![endif]-->
            </object>
          </div>
        </div>

        <div class="sidebarbox">
          <div class="sidebar">
          	<font color="#FFFFFF">Check out our gallery!</font>
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="183" height="60" id="FlashID4" title="Check out the Gallery">
                <param name="movie" value="../swf/GalleryPageFlip.swf" />
                <param name="quality" value="high" />
                <param name="wmode" value="transparent" />
                <param name="swfversion" value="8.0.35.0" />
                <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="../swf/GalleryPageFlip.swf" width="183" height="60">
                  <!--<![endif]-->
                  <param name="quality" value="high" />
                  <param name="wmode" value="transparent" />
                  <param name="swfversion" value="8.0.35.0" />
                  <param name="expressinstall" value="../Scripts/expressInstall.swf" />
                  <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                  <div>
                    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
                  </div>
                  <!--[if !IE]>-->
                </object>
                <!--<![endif]-->
            </object>
	      </div>
        </div>        

        <div class="sidebarbox">
          <div class="sidebar">
          	<font color="#FFFFFF">The Sheraton Meadowlands Hotel!</font>
                <a rel="shadowbox[Sheraton Meadowlands Hotel];width=553;height=456" href="http://www.vfmii.com/exc/aspquery?command=invoke&ids=46119&ipid=1059564#" class="hidden" title="Sheraton Meadowlands">
                	<img src="../images/sheratonshow.jpg" border="0" width="183" height="70" alt="The Sheraton Meadowlands">
                </a>
          </div>
        </div>

        <div class="sidebarbox">
          <div class="sidebar">
          <font color="#FFFFFF">Check out our flyers!</font>
          	<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="183" height="100" id="FlashID6" title="Check out our flyers!">
          	  <param name="movie" value="../swf/main.swf" />
          	  <param name="quality" value="high" />
          	  <param name="wmode" value="opaque" />
          	  <param name="swfversion" value="9.0.45.0" />
          	  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          	  <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          	  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          	  <!--[if !IE]>-->
          	  <object type="application/x-shockwave-flash" data="../swf/main.swf" width="183" height="100">
          	    <!--<![endif]-->
          	    <param name="quality" value="high" />
          	    <param name="wmode" value="opaque" />
          	    <param name="swfversion" value="9.0.45.0" />
          	    <param name="expressinstall" value="../Scripts/expressInstall.swf" />
          	    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
          	    <div>
          	      <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          	      <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
       	        </div>
          	    <!--[if !IE]>-->
       	      </object>
          	  <!--<![endif]-->
       	    </object>
          </div>
        </div>        

        <div class="sidebarbox">
          <div class="sidebar">
            <form id="frmEmail" name="frmEmail" method="post" action="http://newjerseyinternationalsalsacongress.com/php/signupemail.php">
            	
    <table width="183" border="0">
                  <tr align="center" valign="middle">
                    <td width="183"><font color="#FFFFFF">Stay on top of NJISC2010 news by email! Sign up right here!</font></td>
                  </tr>
                  <tr align="center"> 			                 
                    <td width="183"><input name="Email" type="text" id="Email" maxlength="200" style="width:170px;"/></td>
                  </tr>
            </table>
            <table width="183" border="0">
                  <tr align="center" valign="middle">
                    <td width="0" align="left"><input name="Privacy" type="checkbox" id="Privacy" /></td>
                    <td width="162" align="left"><font size="-2" color="#FFFFFF">I agree to the <a href="privacy.html">Privacy Policy</a></font></td>
                  </tr>
            </table>
            <table width="183" border="0">
              <tr align="center" valign="middle">
                    <td width="159"><input name="btnSend" type="submit" id="btnSend" onclick="MM_validateForm('Email','','RisEmail','Privacy','','checked');return document.MM_returnValue" value="Send!" />
                    <input type="reset" name="btnReset" id="btnReset" value="Reset" /></td>
                </tr>
            </table>
      </form></div></div>
<div class="sidebarbox">
          <div class="sidebar">
          <table width="100%" cellpadding="0">
          	<tr>
            	<td colspan="3"><font color="#FFFFFF">NJISC2010 is a</font></td>
            </tr>
            <tr>
            	<td align="center" valign="middle"><a href="http://bmi.com" title="Broadcast Music Incorporated" rel="shadowbox" target="_self"><img src="../images/logobmi.gif" width="72" height="65" alt="BMI Licensed" border="0" longdesc="http://bmi.com" /></a></td>
                <td align="center" valign="middle"><font color="#FFFFFF" size="+3">&amp;</font></td>
                <td align="center" valign="middle"><a href="http://ascap.com" title="American Society of Composers, Authors and Publishers" rel="shadowbox" target="_self"><img src="../images/licensedascap.gif" width="65" height="65" border="0" alt="ASCAP Licensed" longdesc="http://ascap.com" /></a></td>
            </tr>
            <tr>
            	<td colspan="3" align="right"><font color="#FFFFFF">licensed event</font></td>
            </tr>
          </table>
          </div>
        </div>
        <div class="sidebarbox">
          <div class="sidebar">
 			<!-- (c) 2005, 2009. Authorize.Net is a registered trademark of CyberSource Corporation -->
            	<table width="100%" bgcolor="#FFFFFF">
			 		<td align="center" valign="middle"><div class="AuthorizeNetSeal"> <script type="text/javascript" language="javascript">var ANS_customer_id="5c88c9bf-d9ca-4c90-aed1-b4b922e4c0ea";</script> <script type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></script> <a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank"><font color="#000000">NJISC2010 Optimized Online Payment</font></a> </div>
                    </td>
 				</table>
                <br>
 				<table align="center" width="100%" bgcolor="#FFFFFF">
 					  <td align="center" valign="middle"><!-- Begin Official PayPal Seal --><a href="https://www.paypal.com/us/verified/pal=sales%40njisc%2ecom" target="_blank"><img src="https://www.paypal.com/en_US/i/icon/verification_seal.gif" alt="Official PayPal Seal" width="86" height="86" border="0"></a><!-- End Official PayPal Seal -->
                    </td>
				</table>   	
          </div>
        </div>
      </div>

      
    <div class="clearfloat">&nbsp;</div>
    </div>
  <p align="center"><font size="-1">
    <a href="http://newjerseyinternationalsalsacongress.com/english/index.html">Home</a> | <a href="http://newjerseyinternationalsalsacongress.com/shop/products.php?cat=5">Buy Passes!</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/register.html">Register</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/performers.html">Our Talent</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/sheraton.html">Hotel &amp; Entertainment</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/vendors.html">Vendors &amp; Advertisers</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/dreams.html">NJ Dancin' Dreams</a> | 
    <a href="http://newjerseyinternationalsalsacongress.com/shop/categories.php">Online Store</a> | <a href="http://newjerseyinternationalsalsacongress.com/english/about.html">About Us</a>
   </font></p>
    <div class="footer">
      <div class="footercolumn1">
        <p>&copy; 2009 New Jersey International Salsa Congress, LLC</p>
        <p>The New Jersey International Salsa Congress, LLC is duly incorporated in the State of New Jersey and registered with the Internal Revenue Service and United States Department of Treasury. &quot;New Jersey International Salsa Congress&quot; and &quot;New Jersey Salsa Congress&quot; and variations thereof, logos, images, text and related materials are trademarked and copyrighted intellectual properties of the New Jersey International Salsa Congress, LLC, and are protected by federal law.</p>
      </div>
      <div class="footercolumn2">
        <ul>
          <li><a href="privacy.html">Privacy Policy</a></li>
          <li><a href="contact.html">Contact Us</a></li>
          <li><a href="webmaster.html">Contact Webmaster</a></li>
        </ul>
      </div>
  </div>
</div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID4");
var CollapsiblePanelGroup1 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup1",{contentIsOpen:false});
var CollapsiblePanelGroup2 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup2",{contentIsOpen:false});
var CollapsiblePanelGroup3 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup3",{contentIsOpen:false});
var CollapsiblePanelGroup4 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup4",{contentIsOpen:false});
var CollapsiblePanelGroup5 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup5",{contentIsOpen:false});
var CollapsiblePanelGroup6 = new Spry.Widget.CollapsiblePanel("CollapsiblePanelGroup6",{contentIsOpen:false});
var cp1 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup1",{contentIsOpen:false});
var cp2 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup2",{contentIsOpen:false});
var cp3 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup3",{contentIsOpen:false});
var cp4 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup4",{contentIsOpen:false});
var cp5 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup5",{contentIsOpen:false});
var cp6 = new Spry.Widget.CollapsiblePanelGroup("CollapsiblePanelGroup6",{contentIsOpen:false});
</script>//-->
</body>
</html>

Open in new window

errColl.PNG
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

ironpen45,

Can we get a link again, please?  I'd like to run this through some debugging tools.
Avatar of ironpen45
ironpen45

ASKER

ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
that was a major oversight on my part. thanks  jason!
he deserves 1000 points!