function Submit_onclick(){
	
if(window.top.document.getElementById("myFrame").cols=="490,13,*")
{
	window.top.document.getElementById("myFrame").cols="20%,13,*"; 
	window.top.midFrame.document.getElementById("ImgArrow").src="/images/club_open.gif"
	window.top.midFrame.document.getElementById("Table1").style.backgroundImage='url(/images/club_back_open.gif)' 
}
else
{
    window.top.document.getElementById("myFrame").cols="490,13,*"
    window.top.midFrame.document.getElementById("ImgArrow").src="images/club_close.gif"
    window.top.midFrame.document.getElementById("Table1").style.backgroundImage='url(/images/club_back.gif)' 
}
}




