//ŠAlphori Technologies - Main - Golf Planner
function upSize1()
{
document.getElementById("a").height="19" 
document.getElementById("a").width="205"
}
function upSize2()
{
document.getElementById("b").height="78" 
document.getElementById("b").width="271"
}
function upSize3()
{
document.getElementById("c").height="119" 
document.getElementById("c").width="369"
}
function upSize4()
{
document.getElementById("d").height="192" 
document.getElementById("d").width="67"
}
function upSize5()
{
document.getElementById("e").height="219" 
document.getElementById("e").width="64"
}
function upSize6()
{
document.getElementById("f").height="30" 
document.getElementById("f").width="70"
}

function downSize1()
{
document.getElementById("a").height="0"
document.getElementById("a").width="0"
}
function downSize2()
{
document.getElementById("b").height="0"
document.getElementById("b").width="0"
}
function downSize3()
{
document.getElementById("c").height="0"
document.getElementById("c").width="0"
}
function downSize4()
{
document.getElementById("d").height="0"
document.getElementById("d").width="0"
}
function downSize5()
{
document.getElementById("e").height="0"
document.getElementById("e").width="0"
}
function downSize6()
{
document.getElementById("f").height="0"
document.getElementById("f").width="0"
}



