function go_link_tool(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link_tool", "menubar=yes,toolbar=yes,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no")
        }
}

function go_link_no_tool(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link_no_tool", "scrollbars=yes,width=" + width + ",height=" + height + ",resizable=no")
        }
}

function go_link_tool_resize(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link_tool", "toolbar=yes,scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes")
        }
}

function go_link_no_tool_resize(page,width,height){
        if ((width < 1000) && (height < 1000)){
                window.open(page,"go_link_no_tool", "scrollbars=yes,width=" + width + ",height=" + height + ",resizable=yes")
        }
}

function windowCases(groupID, color, root) {
	var page = "http://www.fclaw.com/practices/rep-cases.cfm?groupID=" + groupID + "&color=" + color;
	window.open(page, 'NewDocument', 'width=500,height=380,scrollbars=yes,resizable=no,toolbar=no,menubar=no,location=no,left=150,top=200')
}

function windowClimateVideo(root) {
	var page = root + "/seminar/climate-video.cfm";
	window.open(page, 'NewDocument', 'width=362,height=252,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,left=150,top=200')
}

function windowClimateListen(root, page) {
	var page = root + "/seminar/" + page;
	window.open(page, 'NewDocument', 'width=362,height=252,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,left=150,top=200')
}

function windowWatch(root, page) {
	var page = root + "/seminar/" + page;
	window.open(page, 'NewDocument', 'width=362,height=252,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,left=150,top=200')
}

function windowCOBRA(root, page) {
	var page = root + "/seminar/" + page;
	window.open(page, 'NewDocument', 'width=600,height=500,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,left=50,top=50')
}