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

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

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

}