// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function quickRedReference() {
    window.open( 
        "http://hobix.com/textile/quick.html",
        "redRef",
        "height=600,width=550,channelmode=0,dependent=0," +
        "directories=0,fullscreen=0,location=0,menubar=0," +
        "resizable=0,scrollbars=1,status=1,toolbar=0"
    );
}
