//<!--
//\include\js\mips\merch_view_item.js@@\main\8
<!--
function adjustIFrameSize(iframeWindow){if(is.isMac)
{return false;}
if(iframeWindow.document.height){var iframeElement=this.document.getElementById(iframeWindow.name);iframeElement.style.height=iframeWindow.document.height+'px';iframeElement.style.width=iframeWindow.document.width+'px';}
else if(document.all){var iframeElement=this.document.all[iframeWindow.name];if(iframeWindow.document.compatMode&&iframeWindow.document.compatMode!='BackCompat')
{iframeElement.style.height=iframeWindow.document.documentElement.scrollHeight+5+'px';iframeElement.style.width=iframeWindow.document.documentElement.scrollWidth+5+'px';}
else{iframeElement.style.height=iframeWindow.document.body.scrollHeight+5+'px';iframeElement.style.width=iframeWindow.document.body.scrollWidth+5+'px';}}}
function changeFrame()
{if(parent.adjustIFrameSize)parent.adjustIFrameSize(window);}
function getIframeHeight(iframeWindow){if(is.isMac)
{return 0;}
if(iframeWindow.document.height){var iframeElement=this.document.getElementById(iframeWindow.name);return iframeWindow.document.height;}
else if(document.all){var iframeElement=this.document.all[iframeWindow.name];if(iframeWindow.document.compatMode&&iframeWindow.document.compatMode!='BackCompat')
{return iframeWindow.document.documentElement.scrollHeight;}
else{return iframeWindow.document.body.scrollHeight;}}}
function ssTrackIframeRequest()
{}
function iframeDownGrade()
{ebayDowngradeDomain();}
iframeDownGrade();
// -->

