<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
parntWin=window.self;
alert(parntWin);
  window.open(theURL,winName,features);
  return;
}
function openN(path){
w2=window.open(path,"nwin","width=260,height=450,directories=no,toolbar=no,scrollbars=yes,resizable=yes,menubar=no, left=10, top=20");
w2.focus();
return;
}
function planN(path){
w3=window.open('showimg.php?plan='+path,'downpop','width=330,height=330,directories=no,toolbar=no,resizable=no,menubar=no, left=300, top=20');
w3.focus();
return;
}
function printP(path){
w3=window.open(path,'downpop','width=800,height=500,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes, left=10, top=10');
w3.focus();
return;
}
 function SortBy(fname){
document.getElementById('frmsch').sort_field.value=fname;
document.getElementById('frmsch').submit(); 
return;
}
function goNextPrev(startn){
document.getElementById('frmsch').start.value=startn;
document.getElementById('frmsch').submit(); 
 }
 function goback(curr){
 document.getElementById('frmsch').action='flats.php?'+curr;
 document.getElementById('frmsch').submit(); 
 }

function onMouse(obj_id){
obj=document.getElementById(obj_id);
obj.src=obj.src.replace(".gif","_on.gif");
}

function outMouse(obj_id){
obj=document.getElementById(obj_id);
obj.src=obj.src.replace("_on.gif",".gif");
}
//-->