/*
//////////////////////////////////////////////////////////////////////////////////////////////////////
MODEL PORTFOLIOS JAVASCRIPTS FOR AAII.com v2.0
Created by Tony Piscotti on 6/3/2004
Code may not be distributed without consent of the author
///////////////////////////////////////////////////////////////////////////////////////////////////////
*/


function table(url) {
 window.open(url,"table","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=540,left=50,top=25");
}


function notes(url) {
 window.open(url,"notes","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=400,height=460,left=20,top=20");
}


function sales(url) {
 window.open(url,"sales","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=500,height=400,left=200,top=50");
}

function stockportfolio(url) {
 window.open(url,"stockportfolio","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=no,resizable=yes,width=750,height=520,left=100,top=50");
}


function transhistory(url) {
 window.open(url,"transhistory","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=570,height=480,left=10,top=10");
}


function yrtoyrperformance(url) {
 window.open(url,"yrtoyrperformance","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=680,height=320,left=10,top=10");
}


function fundyrtoyrperformance(url) {
 window.open(url,"yrtoyrperformance","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=500,height=320,left=10,top=10");
}


function perfvsnewsletters(url) {
 window.open(url,"perfvsnewsletters","toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=yes,resizable=yes,width=350,height=450,left=200,top=100");
}
