function printpage(num,proptype) {
	window.open("/printable.php?mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=600,left = 100,top = 100');
}

function printpagerental(num,proptype) {
	window.open("/printable-rental.php?mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=600,left = 100,top = 100');
}


function gocontact(num,proptype){
	window.open("/inquire.php?proptype="+proptype+"&mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=425,left = 100,top = 100')

}
function gofavorite(num){
	window.open("/save_favorite.php?mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=225,left = 100,top = 100')

}
function gofriend(num,proptype){	
	window.open("/send-to-friend.php?proptype="+proptype+"&mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=425,left = 100,top = 100');
	

}
function goslideshow(num){	
	window.open("/slideshow.php?pop=yes&mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=560,height=450,left = 100,top = 100');
	

}

function goslideshowrental(num){	
	window.open("/slideshow-rental.php?pop=yes&mid="+num,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=560,height=450,left = 100,top = 100');
	

}