function build(){
	//var w = window.open("/build/build.asp","build","height=612,width=1010,resizable=0,status=0");
	var w = window.open("/flash/demo/index.htm","Demo","resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,width=1000,height=740");
	if (w) w.focus();
}

function smbbuild(){
	var w = window.open("/smbbuild/","smbbuild","height=640,width=1010");
	if (w) w.focus();
}

function tour(){
	//var w = window.open("https://a248.e.akamai.net/7/157/7769/20080214230148/www.icims.com/demo/demopopup.akamai.htm","tour","height=640,width=1010");
	var w = window.open("/flash/demo/index.htm","Demo","resizable=no,scrollbars=no,menubar=no,toolbar=no,location=no,width=1000,height=740");
	if (w) w.focus();
}

function tour_1(){
	//var w = window.open("https://a248.e.akamai.net/7/157/7769/20080214230148/www.icims.com/demo/demopopup.akamai.htm","tour","height=640,width=1010");
    var w = window.open("/demo/demopopup.akamai.htm","tour","height=640,width=1010");
	if (w) w.focus();
}

function bybc(){
	var w = window.open("/case/","bybc","height=620,width=1010");
	if (w) w.focus();
}

function openSpecSheet(product){
	var w = window.open('/content/solutions/specs.asp?product=' + product, 'specs', 'width=700,height=511,scrollbars=yes');
	if (w) w.focus();
}

function openScreenShot(screenURL){
	var w = window.open(screenURL, 'screen', 'width=670,height=600,scrollbars=yes');
	if (w) w.focus();
}
