/*	-------------------------------------------------------------
	Copyright by Raphael Stamm
	Design | Technology | Solutions | Development
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Base setup scrict
	Filename:		base.hakwaidhofen.js
	Version:		1.0
	Date:			December 18, 2007
	-------------------------------------------------------------	*/

/*	Window Position
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		window.resizeTo(1000, 770);
		var xMiddle = (screen.width / 2) - 500;
		var yMiddle = (screen.height / 2) - 385;
		window.moveTo(xMiddle, yMiddle);

