/*--------------------------------------------------------------------------
*	edaView, version 1.0
*	Explore the history of synagogues in Germany
*	Authors ordered alphabetical:
*	
*	(c) 2008 Daniel von der Helm
*  	(c) 2008 Dennis Kleine
*
*	Tue Jul 01 23:35:22 CET 2008
*	http://edaview.sourceforge.org/
*
*  	edaView is freely distributable under the terms of an GNU General Public License.
*  	For details, see the edaView Project Home at: http://www.sourceforge.org/projects/edaview/
*
*	The above copyright notice and this permission notice shall be
*	included in all copies or substantial portions of the Web-Application.
*
*	edaView was developed at the university of applied sience Kaiserslautern (Zweibrücken) as a student project
*	during the course Mediaproduction - and conception. This application is distributed without any warranty. 
*	See the GNU General Public License for more details.
*--------------------------------------------------------------------------*/
var iconBlue = new GIcon(); 
iconBlue.image = 'icons/blueStar.png';
iconBlue.shadow = 'icons/starShadow.png';
iconBlue.iconSize = new GSize(35, 35);
iconBlue.shadowSize = new GSize(45, 45);
iconBlue.iconAnchor = new GPoint(17, 35);
iconBlue.infoWindowAnchor = new GPoint(17, 1);

var iconRed = new GIcon(); 
iconRed.image = 'icons/redStar.png';
iconRed.shadow = 'icons/starShadow.png';
iconRed.iconSize = new GSize(35, 35);
iconRed.shadowSize = new GSize(45, 45);
iconRed.iconAnchor = new GPoint(17, 35);
iconRed.infoWindowAnchor = new GPoint(17, 1);

var iconGreen = new GIcon(); 
iconGreen.image = 'icons/greenStar.png';
iconGreen.shadow = 'icons/starShadow.png';
iconGreen.iconSize = new GSize(35, 35);
iconGreen.shadowSize = new GSize(45, 45);
iconGreen.iconAnchor = new GPoint(17, 35);
iconGreen.infoWindowAnchor = new GPoint(17, 1);

var iconYellow = new GIcon(); 
iconYellow.image = 'icons/yellowStar.png';
iconYellow.shadow = 'icons/starShadow.png';
iconYellow.iconSize = new GSize(35, 35);
iconYellow.shadowSize = new GSize(45, 45);
iconYellow.iconAnchor = new GPoint(17, 35);
iconYellow.infoWindowAnchor = new GPoint(17, 1);

var iconGrey = new GIcon(); 
iconGrey.image = 'icons/greyStar.png';
iconGrey.shadow = 'icons/starShadow.png';
iconGrey.iconSize = new GSize(35, 35);
iconGrey.shadowSize = new GSize(45, 45);
iconGrey.iconAnchor = new GPoint(17, 35);
iconGrey.infoWindowAnchor = new GPoint(17, 1);

var redPin = new GIcon(); 
redPin.image = 'http://labs.google.com/ridefinder/images/mm_20_red.png';
redPin.shadow = 'http://labs.google.com/ridefinder/images/mm_20_shadow.png';
redPin.iconSize = new GSize(12, 20);
redPin.shadowSize = new GSize(22, 20);
redPin.iconAnchor = new GPoint(6, 20);
redPin.infoWindowAnchor = new GPoint(5, 1);

var yellowPin = new GIcon(); 
yellowPin.image = 'http://labs.google.com/ridefinder/images/mm_20_yellow.png';
yellowPin.shadow = 'http://labs.google.com/ridefinder/images/mm_20_shadow.png';
yellowPin.iconSize = new GSize(12, 20);
yellowPin.shadowSize = new GSize(22, 20);
yellowPin.iconAnchor = new GPoint(6, 20);
yellowPin.infoWindowAnchor = new GPoint(5, 1);

var bluePin = new GIcon(); 
bluePin.image = 'http://labs.google.com/ridefinder/images/mm_20_blue.png';
bluePin.shadow = 'http://labs.google.com/ridefinder/images/mm_20_shadow.png';
bluePin.iconSize = new GSize(12, 20);
bluePin.shadowSize = new GSize(22, 20);
bluePin.iconAnchor = new GPoint(6, 20);
bluePin.infoWindowAnchor = new GPoint(5, 1);

var iconReport = new GIcon(); 
iconReport.image = 'styles/images/ico_report.gif';
iconReport.shadow = 'styles/images/ico_report_shdw.png';
iconReport.iconSize = new GSize(25, 20);
iconReport.shadowSize = new GSize(25, 20);
iconReport.iconAnchor = new GPoint(12, 20);
iconReport.infoWindowAnchor = new GPoint(5, 1);
