// JavaScript Document lai_flashFunctions.js

function FlashIndoor_Click(){
	openFlashIndoor()
}

function FlashOutdoor_Click(){
	openFlashOutdoor()
}

function openFlashIndoor(){
	var A = "InputOutputMode=XML"
	var B = "InputURL=FlashIndoor_Input.xml"
	var C = "OutputURL=SaveXML.php"
	var D = "PhotometricURL=PhotometricDB.php"
	var E = "InstanceKey=LightingAnalysts"
	
	var popurl = "FlashTOOLS/FlashIndoor.htm?" + A + "&"  + B + "&"  + C + "&"  + D + "&"  + E
	winpops=window.open(popurl,"FlashIndoor","width=650,height=470,status=no,resizable=yes,menubar=no,toobar=no,location=no,directories=no")
}

function openFlashOutdoor(){
	var A = "InputOutputMode=XML"
	var B = "InputURL=FlashOutdoor_Input.xml"
	var C = "OutputURL=SaveXML.php"
	var D = "PhotometricURL=PhotometricDB.php"
	var E = "InstanceKey=LightingAnalysts"
	
	var popurl = "FlashTOOLS/FlashOutdoor.htm?" + A + "&"  + B + "&"  + C + "&"  + D + "&"  + E
	winpops=window.open(popurl,"FlashOutdoor","width=650,height=460,status=no,resizable=yes,menubar=no,toobar=no,location=no,directories=no")
}

