var page = new Array();
page["downloads"] = "down"

function checkPage(p)
{
	if (p)
	{
		if(page[p])
		{
			showElem(page[p]);
		}
	}
}

function detectIE()
{
	var isIE = false;
	if (navigator.appName.indexOf('Microsoft Internet Explorer') != -1)
	{
		isIE = true;
	}
	if (isIE)
	{
		document.getElementById("mainStyle").href="uvie.css";
	}
}



function OrderForm()
{
   /*  var p = window.open("cdorderform","CdOrderform","toolbar=0,title=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0,width=400, height=400");
     p.document.open();
     p.document.write("<HTML><HEAD><TITLE>Cd Orderform</TITLE><LINK HREF='style.css' REL='stylesheet'></HEAD><BODY>");
     p.document.write("Order a cd rom:<br />");
     p.document.write("'Bronx Peace Dojo in Action' slideshow presentation:");
     p.document.write("<form action='https://www.paypal.com/cgi-bin/webscr' target='_new' method='post' id=form2 name=form2>");
     p.document.write("<input type='hidden' name='cmd' value='_xclick'></input>");
     p.document.write("<input type='hidden' name='business' value='whiteleicht@earthlink.net'></input>");
     p.document.write("<input type='hidden' name='undefined_quantity' value='1'></input>");
     p.document.write("<input type='hidden' name='item_name' value=''Bronx Peace Dojo in Action' slideshow presentation'></input>");
     p.document.write("<input type='hidden' name='amount' value='15.00'></input>");
     p.document.write("<input type='hidden' name='return' value='http://urbanvisionsinc.org/thankyou.asp'></input>");
     p.document.write("<input type='hidden' name='cancel_return' value='http://urbanvisionsinc.org/cancel.asp'></input>");
     p.document.write("<input type='hidden' name='on0' value='Size'></input>");
     p.document.write("<input type='image' src='https://www.paypal.com/images/x-click-but23.gif' border='0' name='submit' alt='Bronx Peace Dojo in Action Slideshow CD'></input></form>");
     p.document.write("<p align='center'><a href='javascript:window.close();'>close</a></p>");
     p.document.write("</BODY></HTML>");
     p.document.focus();
     p.document.close();*/	
	
}


function replaceImage(id)
{
	var ir = new Object();
	var c = document.getElementById("caption");
	var cen = document.getElementById("central");
	ir.src = new Array();
	ir.act = new Array();
	ir.targ = new Array();
	ir.capt = new Array();
	ir.scale = new Array();
	
	ir.src[0] = "/images/grIrimiRatti1-97.jpg";
	ir.act[0] = "/rattimemorial.html";
	ir.targ[0] = true;
	ir.capt[0] = "Art (&copy;Copyright Futuro Graphic Designs, 1997) by Oscar Ratti who left us on August 11th, 2005. Oscar's sinuous lines and intuitive arrows live in our practice. \"Requiescat in Pacem\", Oscar. [Please click on Oscar's drawing to read the final page in his journal .]";
	ir.scale[0] = false;
	
	ir.src[1] = "/images/bowl16.jpg";
	ir.act[1] = "/sounds/bowl16.mp3";
	ir.targ[1] = false;
	ir.capt[1] = "Click on the Singing bowl to hear it sing.";
	ir.scale[1] = false;
		
	ir.src[2] = "/21.jpg";
	ir.act[2] = "/21.jpg";
	ir.targ[2] = true;
	ir.scale[2] = true;
	ir.capt[2] = "Article, NY Daily News - Monday July, 26. 2010 - Bill Leicht, Sensei.<br>Please click to read the article.";
	
	ir.src[3] = "/images/councila.jpg";
	ir.act[3] = "";
	ir.targ[3] = false;
	ir.capt[3] = "Councila: Kids Circle";
	ir.scale[3] = false;
	
	ir.src[4] = "/images/uvlogo.gif";
	ir.act[4] = "";
	ir.targ[4] = false;
	ir.capt[4] = "image missing";
	ir.scale[4] = false;
	
	ir.src[5] = "/images/kokyo5mod.jpg";
	ir.act[5] = "";
	ir.targ[5] = false;
	ir.capt[5] = "Sensei Thrown";
    ir.scale[5] = false;
	
	ir.src[6] = "/images/kittygame1.jpg";
	ir.act[6] = "";
	ir.targ[6] = false;
	ir.capt[6] = "Two Kids";
	ir.scale[6] = false;
	
	ir.src[7] = "/images/avp.jpg";
	ir.act[7] = "";
	ir.targ[7] = false;
	ir.capt[7] = "AVP";
	ir.scale[7] = false;
	
	if (ir.src[id])
	{

                pathurl= "/imgman/genimage.aspx?mode=Resize&width=402&height=355&path=" + ir.src[id];
                if (id==2 || id==4)pathurl = "" + ir.src[id];

		if(ir.capt[id]) c.innerHTML = "<p style='padding-left:5px'>" + ir.capt[id]+"</p>";
		if(ir.act[id])
		{
			if(ir.targ[id] == true)
			{
				cen.innerHTML = "<a href='"+ir.act[id]+"' target='_blank'><img src='"+pathurl+"' style='width:402; height:355;' border='0'></a>";
			}
			else
			{
				cen.innerHTML = "<a href='"+ir.act[id]+"'><img src='"+pathurl+"' border='0'></a>";
				
			}
		}
		else
		{
	
			cen.innerHTML = "<img src='"+pathurl+"' border='0'>"
		}
		
	}
}


function showElem(elemId)
{
	//alert("!!");
	var cen = document.getElementById("central");
	var el = document.getElementById(elemId);
	var cap = document.getElementById("caption");
	
	var c = new Array();
	c["pics"] = "<p style='padding-left:5px'>Click on an album name to see the thumbnails page for that album.</p>";
	c["mail"] = "<p style='padding-left:5px'>Fill out the form to send Bill an email.</p>";
	c["links"] = "<p style='padding-left:5px'>A links page:: please click on the + to expand description text and headings to show links.</p>";
	c["articles"] = "<p style='padding-left:5px'>Articles & Essays relating to Conflict Resolution and Peace Making.</p>";
	c["about"] = "<p style='padding-left:5px'>Urban Visions mission statement, about its founder and other information concerning the company.</p>";
	c["down"] = "<p style='padding-left:5px'>Here is where you may find downloads to enhance your visiting experience :: if you have trouble downloading something please contact the <a href='mailto:gando.thebard@gmail.com?subject=urbanvisionsinc.org%20site%20problem'>webmaster</a> for help.</p>";
	c["news"] = "<p style='padding-left:5px'>All Past events and items of importance about Urban Visions inc and its affiliates will be posted here.</p>";
	c["aboutpd"] = "<p style='padding-left:5px'>Peace Villages & Dojos</p>"
	c["mis"] = "<p style='padding-left:5px'>Urban Visions, Inc mission statement.</p>"
	c["cal"] = "<p style='padding-left:5px'>Click on specific days to view information about upcoming events. We will post events here when we get news of them.</p>";
	c["eventList"] ="";
	c["bio"] = "<p style='padding-left:5px'>Bill Leicht, President of Urban Visions,inc.</p>"
	c["aboutpd"] = "<p style='padding-left:5px'>Peace Villages & Dojos</p>"
	c["hostos"] = "<p style='padding-left:5px'>Hostos Community College Peace Dojo Course</p>"
	cen.innerHTML = el.innerHTML;
	cap.innerHTML = c[elemId];	 
	if (elemId == "links" || elemId=="down" || elemId=="eventList") 
	{
		document.getElementById("central").style.overflow="scroll";
		//alert(document.getElementById("central").style.overflow);
	}
	else
	{
	
		cen.style.overflow="hidden";
	}
	

}
function revealItem(sItemId)
{
	var item = document.getElementById(sItemId);
	if(item)
	{
		if(item.style.display=="none") item.style.display = "block";
		else item.style.display="none";
	}
}


function showCalendarEventList()
{
	showElem('eventList');
}


