/* ===================================================
Copyright (c) 2006 Macromedia Inc.
toggleSwitch function
$Revision: 1.1 $
==================================================== */
function togglePlatforms(switchThis) {
if(com.adobe.cssprofile.features.stretch) {
switchThis.className=(switchThis.className=='hidePlatforms adjacent')?'showPlatforms adjacent':'hidePlatforms adjacent'
} else {
switchThis.className=(switchThis.className=='hidePlatforms')?'showPlatforms':'hidePlatforms'
}
}
2007-01-29
08:06:12
·
1 answers
·
asked by
katie k
1
in
Computers & Internet
➔ Programming & Design