\n";
}
function applyBehavior(uniqueName) {
str=(document.myForm.myScript!='')?("\'"+escQ(document.myForm.myScript.value)+"\',"):'';
return "YY_Mousetrace("+ str +"',document."+uniqueName+"')"; // function doens't need this arguments
// but the behavior needs it !!!
}
function inspectBehavior(msgStr){
var argArray = getTokens(msgStr,"()',");
if (argArray.length>2) {document.myForm.myScript.value=unescQ(argArray[1]);
}
}
function WindowDimensions(platform) {
if (!WINDOWSIZE_Autosize) {
if (platform.charAt(0) == "m" || platform.charAt(0) == "M") //Mac
return WINDOWSIZE_Mac;
else //Windows
return WINDOWSIZE_Win;
} else
return "";
}
function initializeUI(){
}
//*************** yaroSCRIPT *****************
function yyReplace(repStr, kill, live)// removes chars from string
{ var myStr='';
startPos = 0;
if (repStr)
for (ri=0;ri