﻿function autofitIframe(id)
{     

    if (!window.opera && !document.mimeType && document.all && document.getElementById)
    {
        parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";

    }
    else 
    if(document.getElementById) 
    {

        parent.document.getElementById(id).style.height=(this.document.body.scrollHeight+15)+"px"

    }

	
}


function OpenWindow(url)
{

    window.open(url,'_blank','height=200,width=400,status=no,toolbar=no,menubar=no,location=no');                        
    return;
}


function OpenWindow2(url)
{

    window.open(url,'_blank','height=146,width=400,status=no,toolbar=no,menubar=no,location=no');                        
    return;
}

function OpenMDbyPrice(url)
{

    window.open(url,'_blank','height=200,width=400,status=no,toolbar=no,menubar=no,location=no');                        
    return;
}
function OpenMDbyOrder(url)
{

    window.open(url,'_blank','height=311,width=400,status=no,toolbar=no,menubar=no,location=no');                        
    return;
}

