

function openWindow(url, name) 
{popupWin = window.open(url, name, 'dependant,toolbar=no,status=no,menubar=no,scrollbars=yes,noresize,directories=no,location=no,width=400,height=480,left=10,top=5')}


if (parent.frames.length > 0) {
parent.location.href = location.href;}



