﻿// JScript File

function RunOnLoad() {
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length ; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;}
}
function dispwidth()
{   alert(window.location.pathname);
    if(window.location.pathname=="/yapigrup_flash/default.aspx"){
        if(aspnetForm.offsetWidth > 1000) {
            var deger = aspnetForm.offsetWidth - 168;
            dvrpnl.style.left= deger + "px";}
        else{
            var deger = aspnetForm.offsetWidth;dvrpnl.style.left=deger;}
    }        
}
