// JavaScript Document
origURL = parent.document.URL
contentURL = origURL.substring(origURL.indexOf('?')+1, origURL.length)
if (origURL==contentURL) {
document.write('<IFRAME name="rightFrame" width="500" height="500" src="pframright.htm" frameborder="no" scrolling="auto"></IFRAME>')
}else{
document.write('<IFRAME name="rightFrame" width="500" height="500" src="' + contentURL + '" frameborder="no" scrolling="auto"></IFRAME>')
}