// JavaScript Window Placement For Country Gardens Flash Movie

<!-- Hide script from old browsers
	

	<!-- Hide script from old browsers
	
	leftPos = 0
	if (screen) {
		leftPos = screen.width-600
	}
	
	newWindow = window.open("countryFlash.html", "newWin", "width=410,height=240,left="+leftPos+",top=150")

	// End hiding script from old browsers -->
