// The Stevenson Group JavaScript Document

function popDetail(page){
	var url = "popups/";
	var suf = ".html";
	var	locate = ""+url+""+page+""+suf+"";
	var	win = window.open(locate,"","width=720,height=600,left=0,top=0");
	win.focus();
}
