// JavaScript Document
var _w = null;
function openLook() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 600;
	windowH = 360;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "ad.htm"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}

var _w = null;
function openTour() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 320;
	windowH = 290;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "tour.htm"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}

var _w = null;
function openDemo_OA() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 800;
	windowH = 600;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://www.onlineadvantage.com.au/demos/onlineadvantage/player.html"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}


var _w = null;
function openDemo_OARD() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 800;
	windowH = 600;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://www.onlineadvantage.com.au/demos/onlineadvantagereportdesigner/player.html"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}


var _w = null;
function openDemo_OADA() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 800;
	windowH = 600;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://www.onlineadvantage.com.au/demos/onlineadvantagedataanalysis/player.html"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}
var _w = null;
function openB2U() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 940;
	windowH = 610;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://61.8.9.235/Base/9-3-B2U/Online/Default.aspx";
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=1,resizable=1');	
}
var _w = null;
function openRelparLiveB2U() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 800;
	windowH = 610;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://www.onlineadvantage.com.au/live/RelparB2U_Live/Online"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}
var _w = null;
function openRelparTestB2U() {
	screenW = window.screen.availWidth;
	screenH = window.screen.availHeight;
	windowW = 800;
	windowH = 610;
	posL = (screenW - windowW)*.5;
	posT = (screenH - windowH)*.5;
	path = "http://www.onlineadvantage.com.au/test/RelparB2U_Test/Online"
	if (_w && _w.open && !_w.closed) _w.close();
	_w = window.open(path,'new','width='+windowW+',height='+windowH+',top='+posT+',left='+posL+',menubar=0,location=0,toolbar=0,personalbar=0,status=0,scrollbars=0,resizable=0');	
}
