// Root Page Path variable

//var RootPagePath='http://gypsy/Splendidasia/'
//var RootPagePath='http://www.splendidasia.com/'
//var RootPagePath='http://216.55.169.8/splendidasia/'

var RootPagePath='http://'+location.hostname+'/'
// Get focus in the particular control while loading the page
function Loginfocus(obj){
try{
	obj.focus();
}catch(exception){
	//suppress exception
	}
}
