
// Common


function Main()
{
	$("body").css({
		"background-color":"#FFF"
	});

	// Define tab control
	var tabNames = ["Products", "Mission", "Team", "Blog", "Contracting", "Contact"];
	idx = function(name)
	{
		for(var i = 0; i < tabNames.length; i++)
			if(tabNames[i] == name)
				return i+1;
	};

	var tabControl = new TabControl({
		width:800
		,listOfTabNames:tabNames
		,callbackSelect:function(index, $tab, control){
			if(index == idx("Blog"))
			{
				location.href = "http://www.propheticsky.com/blog/";
	            return false;
			}
			return true;
		}
		,callbackDeselect:function(index, $tab, control){
		}
		,cssSelect:{
			"background-color":"black", 
			"color":"white",
			"font-size":"18px",
			"padding-top":"4px",
			"padding-right":"10px",
			"padding-bottom":"0px",
			"padding-left":"10px"
		}
		,cssDeselect:{
			"background-color":"", 
			"color":"black",
			"font-size":"18px", 
			"padding-top":"4px",
			"padding-right":"10px",
			"padding-bottom":"0px",
			"padding-left":"10px"
		}
		//,cssHover:{"color":"red"}
	});

	$("body").dom(
		["div", {style:"text-align:center;margin-bottom:8px"}
			,["img", {id:"id-logo-top", src:"/media/logo_medium.png", style:"width:240;height:156"}]
		]
		,["div", {style:"text-align:center"}
			,["div", {style:"text-align:left;width:800px;margin-left:auto;margin-right:auto"}
				,tabControl
			]
		]
	);

	var styleHeading = "margin-top:10px;margin-bottom:4px;font-weight:none;font-size:20px;color:#666";
	var styleQuote = "color:#333";

	tabControl.$content(idx("Products")).dom(
		["table"
			,["tr"
				,["td", {style:"width:500px;vertical-align:top"}
					,["div", {style:""} 
						,["img", {id:"", src:"/media/TownrsDefenderLogo_285x29.png", style:"width:313px;height:40px;margin-top:30px"}]
						
						,["div", {style:"font-style:italic;color:#555;padding-left:4px"}, "Tactical combat meets Tower Defense"]
						,["div", {style:styleHeading}, "Reviews"]
						,["div", {style:"margin-left:10px;margin-bottom:14px"}
							,["span", {style:styleQuote}
								,"\"4 Stars: solid gameplay with plenty of variety\""
							]
							,"<BR>"
							,["span", " - "]
							,["a", {href:"http://bit.ly/RdXMo"}
								, "Big Albie, Touch Arcade Forum"
							]
						]
						,["div", {style:"margin-left:10px;margin-bottom:14px"}
							,["span", {style:styleQuote}
								,"\"Townrs Defender takes an interesting twist on the TD [tower defense] genre, one that ultimately pays of well for the game.\""
							]
							,["span", " - "]
							,["a", {href:"http://bit.ly/16JP0e"}
								, "TouchMyApps.com"
							]
						]
						,["div", {style:"margin-left:10px;margin-bottom:14px"}
							,["span", {style:styleQuote}
								,"\"A stalwart game, among the finer examples in this burgeoning genre.\""								]
							,["span", " - "]
							,["a", {href:"http://bit.ly/3VBcuj"}
								, "Brickroll.com"
							]
						]
						
						,["div", {style:styleHeading + ";padding-top:15px"}, "Trailer"]
						,["p"
							,"<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Fe3oubVVe-w&hl=en&fs=1&\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Fe3oubVVe-w&hl=en&fs=1&\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"></embed></object>"
						]
						
						
					]
				]
				,["td", {style:"width:400px;vertical-align:top;padding-left:20px"}
					,["center"
						,["img", {src:"/media/iPhonePreview_1_316x165.png", style:"width:348px;height:181px;margin-right:0px;margin-top:30px;margin-left:0px;margin-bottom:30px"}]			
					
						,["a", {href:"http://bit.ly/PurchaseOnline"}
							,["img", {src:"/media/BuyNow_96x29.png", style:"border-style:none;width:96px;height:29px;margin-right:0px;margin-top:0px;margin-left:0px;margin-right:10px"}]			
						]
					  	,["a", {href:"http://bit.ly/TownrsLite"}
							,["img", {src:"/media/FreeTrial_96x29.png", style:"border-style:none;width:96px;height:29px;margin-right:0px;margin-top:0px;margin-left:0px"}]			
						]
					]
						,["div", {style:styleHeading+";padding-top:30px"}, "Features"]
						
						,["div", {style:"padding-left:4px"}
							,["img", {id:"", src:"/media/Check_16x16.png", style:"width:16px;height:16px;margin-right:10px;margin-top:4px;margin-left:10px"}]
							,["span", "The first Hero Defense game for the iPhone"]
							,"<BR>"
							,["img", {id:"", src:"/media/Check_16x16.png", style:"width:16px;height:16px;margin-right:10px;margin-top:4px;margin-left:10px"}]
							,["span", "Hand-crafted artwork, sound and music"]
							,"<BR>"
							,["img", {id:"", src:"/media/Check_16x16.png", style:"width:16px;height:16px;margin-right:10px;margin-top:4px;margin-left:10px"}]
							,["span", "Customizable characters, both male and female"]
							,"<BR>"
							,["img", {id:"", src:"/media/Check_16x16.png", style:"width:16px;height:16px;margin-right:10px;margin-top:4px;margin-left:10px"}]
							,["span", "14 Enemy Types, 30 Waves, 2 Maps (so far!)"]
							,"<BR>"
							,["img", {id:"", src:"/media/Check_16x16.png", style:"width:16px;height:16px;margin-right:10px;margin-top:4px;margin-left:10px"}]
							,["span", "More then twenty hours of gameplay!"]
							,"<BR>"
						]
					
					
				]
			]
		]
	);

	$("#id-buynow-townrs-defender").click(function(){
		
	});

	// Mission
	tabControl.$content(idx("Mission")).dom(

		["p" 
			,"Prophetic Sky is a startup game development studio with a mission to <i>tell the world's stories</i>.  Our studio is currently working on a massively multiplayer online game for web and PC platforms that will bring interactive storytelling to the masses.  "
		]

		,["p" 
			,"For additional information and announcements please take a look at our blog:  "
			
		]
	);
	
	/*tabControl.$content(idx("Townrs")).dom(
		["p"
			,"Townrs Defender<hr>"
			+"A CALL FOR HELP<BR>"
			+"<BR>"
			+"When we settled this land there were no signs of these men... these monsters.  They came in waves, a tide of destruction that we have failed to contain.  Our warriors have fallen, and our defensive towers have taken great damage.  The town gate is strongly built, but I fear it will not hold them for long.  If we are breached, this settlement and its town's folk will be lost.<BR>"
			+"<BR>"
			+"Please, I implore you.  Take up our cause and wield your magic against the horde that punishes us so dearly.  Know that their numbers are growing, and it seems likely that the conflict has only begun.  The monsters have declared war on us all.<BR>"
			+"You must help us.<BR>"
			+"<BR>"
			+"Jacob Strobe<BR>"
			+"Lord Mayor of Wildford<BR>"
			+"<BR>"
			+"<BR>"			 
			+"ABOUT<BR>"
			+"<BR>"			 
			+"Townrs Defender is a fresh take on the Hero Defense genre.  Defend the gate against waves of attackers using our unique positional combat system.   All abilities are gesture based: a simple flick will cast a fireball! <BR>"
			+"<BR>"
			+"FEATURES<BR>"
			+"<BR>"
			+"- Play hero defense on the iPhone and iPod touch<BR>"
			+"- Defend the town gate against 11 enemy types each with unique abilities<BR>"
			+"- Explore a vibrant world filled with face paced action<BR>"
			+"- Select from multiple weapons such as Cyclone Shield, Meteor Wand, and Plague Sword<BR>"
			+"--- Use training points to customize your weapon<BR>"
			+"--- Unlock more magical abilities (and gestures) as you level<BR>"
			+"- Strategically fight your foes<BR>"
			+"--- Lead your enemies away from the gate to give it time to repair<BR>"
			+"--- Ambush enemies at strategic points defended by guard towers<BR>"
			+"--- Use teleporters to quickly navigate the surrounding area<BR>"
			+"--- Use timing and positioning to gain an advantage<BR>"
			+"- Choose between Easy, Medium, and Hard difficulties for additional challenges<BR>"
			+"<BR>"
			+"Note:  Sound effects will appear in the next update!<BR>"
		]
		,["p"
			,"Now available for purchase on "
			,["a", {href:"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=323894660&mt=8"}, "iTunes"]
		]
		,["p"
			,"Visit our support site at "
			,["a", {href:"http://www.townrsdefender.com"}, "GetSatisfaction.com"]
		]
		,["p"
			,"<object width=\"425\" height=\"344\"><param name=\"movie\" value=\"http://www.youtube.com/v/Fe3oubVVe-w&hl=en&fs=1&\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Fe3oubVVe-w&hl=en&fs=1&\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"425\" height=\"344\"></embed></object>"
		]
	);
	*/
	// Team
	tabControl.$content(idx("Team")).dom(
		["p" 
			,"Prophetic Sky was founded by two former Microsoft Software Engineers with combined experience in enterprise software, parallel data processing, and high-availability web services.  "
		]
		,["p" 
			,["b", "Evan Moran (CEO and President) "]
			,"drives product and company direction at Prophetic Sky.  Previously Evan developed world class business software at Microsoft Visio, with a focus on development, feature definition, and user interfaces.  He earned his Bachelor of Science degree in Computer Science from Carnegie Mellon, and worked also on parallel data processing at Lawrence Livermore National Laboratories."
			
		]
		,["p" 
			,["b", "Nicholas Elliott (CTO and Vice President) "]
			,"is the technological architect and lead programmer at Prophetic Sky, and has technical expertise working in the high-availability web presence sector.  At ZedX Inc., a startup in weather technology, he led initiatives to create high-performance, large-scale data sources and data analysis services.  He also has experience developing visualization software at Microsoft Corporation.  "
			
		]
		,["p" 
			,["b", "Oscar Baechler (Art Director) "]
			,"owns the artistic vision of Prophetic Sky.  He is a passionate and versatile artist with strong drawing skills and broad competence in both 2D and 3D art.  As a graduate of the Art Institute of Seattle, Baechler was known for his passion for integrating art with technology, which came to fruition in an automatic 3D rigging script in Maya."
			
		]
	);


	tabControl.$content(idx("Blog")).dom(
		["p","Loading blog content, please wait..."]
	);
	// Contracting
	tabControl.$content(idx("Contracting")).dom(
		["p" 
			,"As the scope and importance of software grows, businesses often have need for custom software but do not have the dedicated teams necessary for them to produce the software internally.  This is where we come in."
		]
		,["p" 
			,"Prophetic Sky has been doing custom software contract work since 2007.  We believe firmly that your project's success can only come from personal commitment; our commitment to you is to provide personalized attention, prompt communication, accurate time estimates, and extensive quality assurance that will exceed your every expectation.  "
		]
		,["p" 
			,"Our software specialties are:  "
			,["ul"
				,["li", "Real-time data analysis"]
				,["li", "High-availability web services"]
				,["li", "Data redundancy"]
				,["li", "Enterprise applications"]
				,["li", "Graphical  and User Interface Design"]
			]
		]
		,["p" 
			,"We also have extensive knowledge of most modern software technologies and languages including:  C, C++, C#, Objective-C, Java/J2EE/J2ME, MPI, Ajax/JavaScript/HTML, XML, XSLT, DirectX, OpenGL, XNA, Perl, Python, LUA, PHP, MySQL, PostgreSQL, Access, Unix, Linux, Windows, OSX, iPhone/iPod/iPad and more.  "
		]
		,["p" 
			,"If you are interested in talking with us about contracted services please contact us at:  "
			,["a", {href:"mailto:inquiry@propheticsky.com"}, "inquiry@propheticsky.com"]
		]
	);

	// Contact
	tabControl.$content(idx("Contact")).dom(
		["p" ,"General Information:"]
		,["p" ,["a", {href:"mailto:info@propheticsky.com"}, "info@propheticsky.com"]]
		,["p" ,"Business Development:"]
		,["p" ,["a", {href:"mailto:bizdev@propheticsky.com"}, "bizdev@propheticsky.com"]]
		,["p" ,"Address:"]
		,["p" ,"14258 SE 6th St S201<br>Bellevue WA 98007"]
	);

	// Thicken line
	$(".HorizontalLineControl").css("border-top", "5px solid black")

/*

	$.domcss.add("a",{
		"color":"#92070B"
		,"text-decoration":"underline"
		,"font-size":"16px"
		,"font-size":"16px"
		,"font-family":"Arial"
		//,"padding":"4px"
		,"cursor":"pointer"
	});
	*/

	document.title = "Prophetic Sky, Inc";
}