Given:
<body bgcolor="#FFFFFF" text="#000000" onLoad="MM_showHideLayers('Layer2','','hide','Layer1','','show')">
I want to execute the OnLoad the first time through, then
MM_showHideLayers('Layer2','','show','Layer1','','hide')"
each subsequent time through.
What's the best way of doing this?
Ross