<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3ND PARAGRAPH
var paragraph_4 	= "yes"		// SHOW THE 4ST PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5ND PARAGRAPH
var paragraph_6 	= "yes"		// SHOW THE 6ND PARAGRAPH

var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var spacing		= "1"		// NUDGE SIDEBAR DOWN
var bordercolor		= "666666"	// SCROLLER AND IMAGE BORDER COLOR

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "8"		// DATE X LOCATION
var dateY		= "68"		// DATE Y LOCATION

var showsearch		= "no"		// SHOW THE SEARCH FORM
var searchLR		= "left"	// SEARCH FORM LEFT OR RIGHT
var searchX		= "10"		// SEARCH FORM X LOCATION
var searchY		= "232"		// SEARCH FORM Y LOCATION
var searchwidth		= "160"		// WIDTH OF THE SEARCH FORM
var searchtext		= "Web Search"	// TEXT ABOVE SEARCH FORM

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "FFFFFF"	// FLASH BACKGROUND COLOR
var flashwidth		= "150"		// WIDTH OF THE FLASH (IN PIXELS) (and adjust the menu.js)
var flashheight		= "150"		// HEIGHT OF THE FLASH (IN PIXELS) (and adjust the menu.js)


// EDIT THE "scroller/scroll.variables0.js" FOR SCROLLER OPTIONS


// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>')




// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<span class="sidebartitle">')
document.write('ITDP Training Opportunities')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('Check out the workshop schedule for the upcoming academic year... <br>')
document.write(' <br>')
document.write('Topics include creating presentations with PowerPoint, creating animated graphics, video and audio editing, editing graphics, using Internet search engines, creating movies out of graphics, and other interesting stuff! <br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 1


// START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<span class="sidebartitle">')
document.write('New Faculty Lab')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('Opening the last week of August 2006, the new Faculty Development Lab is located in Feinstein 205, directly below the CTE Lounge. <br>')
document.write(' <br>')
document.write('Faculty can access this lab on a 24/7 basis whenever Feinstein is open. <br>')
document.write(' <br>')
document.write('You will need to get your Faculty ID card keyed for the swipe lock. See Gene in the Business Office (Harkins 400; x2567) regarding this... <br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 2


// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Register')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('You can register for any of these workshops by calling x1340 or x1832; leave your name, phone number, and email address<br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 3







// START SIDEBAR AREA PARAGRAPH 4 EDIT THIS AREA

   if (paragraph_4 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Why Register in Advance? ')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('Registered participants receive workshop materials and are eligible for drawings for a Thumb Drive. Also, participants get called and emailed when workshops are cancelled due to inclement weather.<br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 4


// START SIDEBAR AREA PARAGRAPH 5 EDIT THIS AREA

   if (paragraph_5 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Check Back!')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('Specialized sessions offered by faculty and ITDP staff will be periodically added, so bookmark this page and check back from time to time...<br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 5



// START SIDEBAR AREA PARAGRAPH 6 EDIT THIS AREA

   if (paragraph_6 == "yes") {

document.write('<span class="sidebartitle">')
document.write('Need More?')
document.write('<br></span><span class="sidebartext">')
document.write(' <br>')
document.write('See something missing that should be on this schedule? Contact the ITDP Office (x1832 or ITDP@Providence.edu) and make a suggestion! <br>')
document.write('</span><br><br>')

}
// END SIDEBAR AREA PARAGRAPH 6





// FLASH CHANGER
//   if (showsflash == "yes") {
// document.write('<TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
// document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="imagechanger" ALIGN="">')
// document.write('<PARAM NAME=movie VALUE="imagechanger.swf">')
// document.write('<PARAM NAME=quality VALUE=high>')
// document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>')
// document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
// document.write('</EMBED>')
// document.write('</OBJECT><br>')
// document.write('</td></tr></table>')
// document.write('<br><br>')
// }





// SMALL PICTURE AREA
//    if (showimage == "yes") {

// document.write('<br><TABLE cellpadding="0" cellspacing="0" border="1" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
// document.write('<a href="index.html"><IMG SRC="picts/sidebar.jpg" border="0" width="150"></a><br>')
// document.write('</td></tr></table>')
// document.write('<br><br>')
// }







// SEARCH FORM
//    if (showsearch == "yes") {

// document.write('<div id="search" style="'+searchLR+': '+searchX+'px; POSITION: absolute; TOP: '+searchY+'px; width: auto; z-index: 1;">')
// document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+searchwidth+'"><tr><td colspan="2" class="sidebartext">')
// document.write(''+searchtext+'<br>')
// document.write('</td></tr><tr><td align="left">')
// document.write('<form action="http://www.google.com/search" name="f" target="_blank" style="margin: 0px">')
// document.write('<input type="hidden" name="any selected">')
// document.write('<input size="15" name="q" value="" class="searchform">&nbsp;<input type=submit value="Go!" name="btnG" class="searchbutton"><br>')
// document.write('</form>')
// document.write('</td></tr></table>')
// document.write('</div>')
// }



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(d.getDate() + ". ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}


// -- END -->