/*
//////////////////////////////////////////////////////////////////////////////////////////////////////
STOCK SCREENS JAVASCRIPTS FOR AAII.com v2.0
Created by Tony Piscotti on 6/3/2004
Code may not be distributed without consent of the author
///////////////////////////////////////////////////////////////////////////////////////////////////////
*/

/// CATEGORIES POP-UP

function categories(url) {
window.open(url,"categories","toolbar=0,location=0,directories=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,width=480,height=400,left=20,top=20");
}

function performanceterms(url) {
window.open(url,'','toolbar=0,location=0,directories=0,status=0,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=300,left=200,top=50');
}
