
function SetCookieType(ctype)
{
document.cookie='FlashRenderOption='+ctype+';path=/;'

if ( navigator.appName.indexOf("Microsoft") != -1 )

parent.history.go(0);

else if ( navigator.userAgent.indexOf("Mozilla/2") != -1 )

parent.location = parent.location;

else

parent.location.reload();

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
