origURL=parent.document.URL
anchorname = origURL.substring(origURL.indexOf('?')+1, origURL.length)
onLoad=document.write('<iframe name="iFrame" id="iFrame" width="998" height="390" frameborder="0" scrolling="auto" src="products_content.htm#' + anchorname +'"></iframe>')
