// MODIFIED JULY 15 10:32AM BY MW
// MODIFIED NOV 23 5:15PM BY MW
// MODIFIED FEB 26 12:15PM BY MW
// MODIFIED OCT 29 2009 6:49AM BY MW
var newwindow;
function websearch_help(url)
{
	newwindow=window.open(url,'name','height=500,width=300,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function articlesearch_help(url)
{
	newwindow=window.open(url,'name','height=175,width=300,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function azsearch_help(url)
{
	newwindow=window.open(url,'name','height=175,width=300,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function ask_ed(url)
{
	newwindow=window.open(url,'name','height=480,width=235,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}
var newwindow;
function ask_meebo(url)
{
	newwindow=window.open(url,'name5','height=480,width=235,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function askalib(url)
{
	newwindow=window.open(url,'name6','height=640,width=950,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function gendb(url)
{
	newwindow=window.open(url,'name7','height=450,width=300,resizable=yes,left=50,top=50,scrollbars=yes');
	if (window.focus) {newwindow.focus()}
}