// JavaScript Document

function coke() {
window.open( "coke.html", "myWindow", 
"status = 1, height = 1000, width = 800, resizable = 1, scrollbars=yes" )
}

function nevada() {
window.open( "nevada.html", "myWindow", 
"status = 1, height = 1000, width = 800, resizable = 0, scrollbars=yes" )
}

function bees() {
window.open( "bees.html", "myWindow", 
"status = 1, height = 1000, width = 800, resizable = 0, scrollbars=yes" )
}


function miller() {
window.open( "miller.html", "myWindow", 
"status = 1, height = 1000, width = 800, resizable = 0, scrollbars=yes" )
}

function ref() {
window.open( "ref.html", "myWindow", 
"status = 1, height = 1000, width = 800, resizable = 0, scrollbars=yes" )
}

